PEAR_ChannelFile::getErrors()

PEAR_ChannelFile::getErrors()  -- Wrapper to PEAR_ErrorStack::getErrors()

Synopsis

require_once '/ChannelFile.php';

array PEAR_ChannelFile::getErrors (boolean [$purge = FALSE])

Beschreibung

Retrieve any errors from the last validation attempt.

Parameter

boolean $purge

determines whether to purge the error stack after retrieving

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.