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

Description

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.