PEAR_ChannelFile::validate()

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

概要

require_once '/ChannelFile.php';

boolean PEAR_ChannelFile::validate ()

説明

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.

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。