PEAR_ChannelFile::validate()

PEAR_ChannelFile::validate()  -- Validate channel information.

Synopsis

require_once '/ChannelFile.php';

boolean PEAR_ChannelFile::validate ()

Beschreibung

Specific errors can be retrieved post-validation with the getErrors() method. Errors are stored by the PEAR_ErrorStack class, more information on the format of the array can be found in the documentation for PEAR_ErrorStack.

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.