PEAR_ChannelFile::getErrors

PEAR_ChannelFile::getErrors() – Gestionnaire de PEAR_ErrorStack::getErrors()

Synopsis

require_once '/ChannelFile.php';

array PEAR_ChannelFile::getErrors ( boolean $purge = = false )

Description

Récupère toutes les erreurs depuis la dernière validation.

Parameter

boolean $purge

Détermine si l'on doit purger la pile d'erreur après sa récupération

Throws

No exceptions thrown.

Note

This function can not be called statically.