Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16419 программистов и 1762 робота. Сейчас ищут 1499 программистов ...
HTML_QuickForm::getSubmitValues()
Вернуться к: Getting, setting and processing element values
HTML_QuickForm::getSubmitValues()
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.
Parameter
- boolean $mergeFiles
-
Whether uploaded files should be returned too
Throws
throws no exceptions thrown
Note
since 2.0
This function can not be called statically.
Вернуться к: Getting, setting and processing element values