HTML_QuickForm::getSubmitValues()

HTML_QuickForm::getSubmitValues() -- Returns the values submitted by the form

Referentiesamenvatting

require_once 'HTML/QuickForm.php';

array HTML_QuickForm::getSubmitValues ([bool $mergeFiles = FALSE])

Beschrijving

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

Deze functie kan niet statisch worden aangeroepen.