Introduction | |
PEAR Manual | |
require_once 'HTML/QuickForm.php'; |
bool HTML_QuickForm::isError (
mixed $value
)
Tells whether a result is an error (i.e. whether $value is an instance of HTML_QuickForm_Error).
result of some QuickForm function
return whether $value is an error
throws no exceptions thrown
This function can be called statically.
Introduction | |
PEAR Manual | |