PEAR_Command::getCommands()
PEAR_Command::getCommands() -- get list of currently supported commands
Synopsis
require_once 'PEAR/command.php'; |
array PEAR_Command::getCommands (void)
Beschreibung
Get the list of currently supported commands, and what classes implement them.
Rückgabewert
array command => implementing class
Hinweise
Diese Methode sollte statisch
aufgerufen werden..