HTML_QuickForm::getSubmitValue()

HTML_QuickForm::getSubmitValue() -- Returns the submitted element's value

概要

require_once 'HTML/QuickForm.php';

mixed HTML_QuickForm::getSubmitValue (string $element)

説明

Returns the submitted element's value. The value is filtered.

パラメータ

string $element

Element name

返り値

return submitted element value or NULL if not set

例外・エラー

throws no exceptions thrown

注意

since 2.0

この関数は、スタティックにコールする ことはできません。