HTML_QuickForm_group::setElements() | |
PEAR Manual | |
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.
Whether uploaded files should be returned too
throws no exceptions thrown
since 2.0
This function can not be called statically.
HTML_QuickForm_group::setElements() | |
PEAR Manual | |