HTML_QuickForm::errorMessage()

HTML_QuickForm::errorMessage() – エラーコードからエラーメッセージを返す

Synopsis

require_once 'HTML/QuickForm.php';

string HTML_QuickForm::errorMessage ( int $value )

Description

QuickForm エラーコードからエラーメッセージを返します。

Parameter

integer $value

整数のエラーコード。

Return value

return エラーメッセージ。

Throws

throws 投げられる例外はありません。

Note

This function can be called statically.