HTML_QuickForm::getSubmitValues() -- Returns the values submitted by the form
Synopsis
require_once 'HTML/QuickForm.php'; |
array HTML_QuickForm::getSubmitValues
([bool $mergeFiles = FALSE])
Описание
Returns the values submitted by the form, possibly with uploaded files as well.
Параметр
- boolean
$mergeFiles
Whether uploaded files should be returned too
Throws
throws no exceptions thrown
Заметка
since 2.0
Эта функция не должна вызываться статически.
HIVE: All information for read only. Please respect copyright! |