Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17482 программиста и 1874 робота. Сейчас ищут 1816 программистов ...
HTML_QuickForm_advmultiselect::getPersistantOptions
Вернуться к: Creating the form element
HTML_QuickForm_advmultiselect::getPersistantOptions
HTML_QuickForm_advmultiselect::getPersistantOptions() – Returns list of persistant options
Synopsis
require_once 'HTML/QuickForm/advmultiselect.php';
array HTML_QuickForm_advmultiselect::getPersistantOptions ( )
Returns list of persistant options (key-values) that could not be selected or unselected.
Throws
throws no exceptions thrown
Note
since version 1.5.0 (2009-02-15)
This function can not be called statically.
Вернуться к: Creating the form element