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.

Returns the submitted element's value (Previous) Performs the form data processing (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.