PEAR_Registry::listPackages() -- List all registered Packages
Synopsis
require_once 'PEAR/Registry.php'; |
array PEAR_Registry::listPackages
(void)
Description
List all Packages registered in the registry.
Return value
array -
list of package names
Note
This function can not be called
statically.