HTML_QuickForm::validate()
HTML_QuickForm::validate() -- Performs the server side validation
概要
require_once 'HTML/QuickForm.php'; |
boolean HTML_QuickForm::validate (void)
説明
Performs the server side validation.
返り値
return TRUE if no error found
例外・エラー
throws no exceptions thrown
注意
since 1.0
この関数は、スタティックにコールする
ことはできません。