HTML_QuickForm::validate()

HTML_QuickForm::validate() – サーバ側での検証を行う

Synopsis

require_once 'HTML/QuickForm.php';

boolean HTML_QuickForm::validate ( void )

Description

サーバ側での検証を行います。

Return value

エラーが見つからなかった場合に TRUE を返します。

Throws

例外はスローされません。

Note

since 1.0

This function can not be called statically.