PEAR_Command::getCommands()
PEAR_Command::getCommands() -- get list of currently supported commands
概要
require_once 'PEAR/command.php'; |
array PEAR_Command::getCommands (void)
説明
Get the list of currently supported commands, and what classes implement them.
返り値
array command => implementing class