PEAR_Registry::packageInfo

PEAR_Registry::packageInfo() – Get Package information

Synopsis

require_once 'PEAR/Registry.php';

mixed PEAR_Registry::packageInfo ( string $package = null , string $key = null )

Description

Returns (specific) information stored in the registry about a Package.

Parameter

string $package

Package name

string $key

the name of a specific information to get

Return value

mixed - an array with all information, or a key specific information, if $key was used; NULL if Package or specific information does not exist

Note

This function can not be called statically.

Check for Package (Previous) Rebuild dependencies file (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.