PEAR_Command::getShortcuts

PEAR_Command::getShortcuts() – コマンドのショートカットの一覧を取得する

Synopsis

require_once 'PEAR/command.php';

array PEAR_Command::getShortcuts ( void )

Description

コマンドのショートカットの一覧を取得します。

Return value

ショートカット => コマンド 形式の配列を返します。

Note

This function should be called statically.