PEAR_Registry::packageInfo()
PEAR_Registry::packageInfo() -- Get Package information
概要
require_once 'PEAR/Registry.php'; |
mixed PEAR_Registry::packageInfo ([string $package = NULL [, string $key = NULL]])
説明
Returns (specific) information stored in the registry about a Package.
パラメータ
- string
$package
Package name
- string
$key
the name of a specific information to get
返り値
mixed -
an array with all information, or a key specific information,
if $key was used; NULL if Package
or specific information does not exist
注意
この関数は、スタティックにコールする
ことはできません。