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])

Beschreibung

Returns the values submitted by the form, possibly with uploaded files as well.

Parameter

boolean $mergeFiles

Whether uploaded files should be returned too

Fehler-Meldungen

throws no exceptions thrown

Hinweise

since 2.0

Diese Methode kann nicht statisch aufgerufen werden.