HTML_QuickForm::getSubmitValues()
HTML_QuickForm::getSubmitValues() -- Returns the values submitted by the form
概要
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 no exceptions thrown
注意
since 2.0
この関数は、スタティックにコールする
ことはできません。