File_Find::isError PHP Méthode

isError() public méthode

Determine whether or not a variable is a PEAR error
public isError ( &$var ) : boolean
Résultat boolean returns true if the variable is a PEAR error, otherwise it returns false.
    function isError(&$var)
    {
        return PEAR::isError($var);
    }