PEAR_Command::getShortcuts
PEAR_Command::getShortcuts() – get list of command shortcuts.
Synopsis
require_once 'PEAR/command.php';
array PEAR_Command::getShortcuts (
void
)
Описание
Get the list of command shortcuts.
Return value
array
shortcut => command
Замечание
This function should be called statically.