HTML_QuickForm_select::loadArray() -- Loads the options from an associative array
Synopsis
require_once 'HTML/QuickForm/select.php'; |
mixed HTML_QuickForm_select::loadArray
(array $arr [, mixed $values = NULL])
Описание
The array should have the form 'option value' => 'option text'.
Параметр
- array
$arr
Associative array of options
- mixed
$values
(optional) Array or comma delimited string of selected values
Возвращаемое значение
returns TRUE on success
Заметка
since 1.0
Эта функция не должна вызываться статически.
HIVE: All information for read only. Please respect copyright! |