PEAR_Common::infoFromDescriptionFile()
PEAR_Common::infoFromDescriptionFile() -- Returns information about a package file
概要
require_once 'PEAR/common.php'; |
array
PEAR_Common::infoFromDescriptionFile (string $descfile)
説明
Returns information about a package file.
Expects the name of a package xml file as input.
パラメータ
- string
$descfile
name of package xml file
返り値
array -
array with package information
例外・エラー
表 27-1PEAR_Error の値
| Error code | Error value | Meaning | Solution |
|---|
| | "" | | |
注意
この関数は、スタティックにコールする
ことはできません。