PEAR_Command::getCommands()

PEAR_Command::getCommands() -- get list of currently supported commands

Referentiesamenvatting

require_once 'PEAR/command.php';

array PEAR_Command::getCommands (void)

Beschrijving

Get the list of currently supported commands, and what classes implement them.

Return waarde

array command => implementing class

Note

Deze functie zou statisch moeten worden aangeroepen.