Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17848 программистов и 1637 роботов. Сейчас ищут 2015 программистов ...
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