28 pers. connectées au site
Manuel Pear
PEAR_PackageUpdate::hasErrors
PEAR_PackageUpdate::hasErrors -- Returns whether or not errors have occurred (and been captured).
Synopsis
- <?php
- require_once 'PEAR/PackageUpdate.php
- ?>
booléen PEAR_PackageUpdate::hasErrors ([mixed $level = FALSE])
Description
Returns whether or not errors , and or, warnings (version 0.7.0 or better) have occurred.
Paramètres
- mixed $level
-
The level of errors to pop off of the stack (warning|error). Use FALSE if you want all errors and warnings at once.
Note
since 0.4.0a1
Cette fonction ne peut pas être appelée de façon statique.
Valeur retournée
booléen - TRUE if errors(/warnings) have been captured, FALSE othewise.
Remonter