Search for in the Packages This site (using Yahoo!) Developers Developer mailing list General mailing list CVS commits mailing list
require_once '/Validate.php';
void PEAR_Validate::getFailures ()
void PEAR_Validate::getFailures
直近の検証で記録された失敗の一覧を返します。結果は次のような形式になります。
<?php array( 'error' => array( array('field' => 'name', 'name must contain only letters, numbers or underscore'), ), 'warning' => array( array('field' => 'version', 'version should be less than 2.0'), ) ); ?>
例外はスローされません。
この関数は、スタティックにコールする ことはできません。