PEAR_Validate::validate()
PEAR_Validate::validate()
-- validate
概要
require_once '/Validate.php'; |
void
PEAR_Validate::validate
(int
[$state = NULL])
説明
Validate the package.xml passed into
setPackageFile().
The parameter passed in is the installer state that should be used, and is one of
PEAR_VALIDATE_INSTALLING, PEAR_VALIDATE_DOWNLOADING,
PEAR_VALIDATE_NORMAL, PEAR_VALIDATE_UNINSTALLING,
or PEAR_VALIDATE_PACKAGING.
パラメータ
- integer
$state one of the PEAR_VALIDATE_* constants
例外・エラー
throws
no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。