PEAR_Command::getShortcuts

PEAR_Command::getShortcuts() – get list of command shortcuts.

Synopsis

require_once 'PEAR/command.php';

array PEAR_Command::getShortcuts ( void )

Description

Get the list of command shortcuts.

Return value

array shortcut => command

Note

This function should be called statically.