previousHTML_QuickForm::exportValues() (Previous) (Next) HTML_QuickForm::getSubmitValue()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_QuickForm::getElementValue()

HTML_QuickForm::getElementValue() – 要素の生の値を返す

Synopsis

require_once 'HTML/QuickForm.php';

mixed &HTML_QuickForm::getElementValue ( string $element )

Description

フォームから送信された値 (フィルタリング されていません) 、 あるいは setDefaults()setConstants() で設定された値のような、フォーム要素の生の値を返します。

Parameter

string $element

要素名。

Return value

要素の値を返します。

Throws

Possible PEAR_Error values
エラーコード エラーメッセージ 原因 対応
QUICKFORM_NONEXIST_ELEMENT Element '$element ' does not exist in HTML_QuickForm::getElementValue() 存在しない要素の値を取得しようとしました。 要素名の綴りを調べます。

Note

since 2.0

This function can not be called statically.

previousHTML_QuickForm::exportValues() (Previous) (Next) HTML_QuickForm::getSubmitValue()next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.