PEAR_Command::getCommands

PEAR_Command::getCommands() – サポートされているコマンドの一覧を取得する

Synopsis

require_once 'PEAR/command.php';

array PEAR_Command::getCommands ( void )

Description

現在サポートされているコマンド、 そしてそれを実装しているクラスの一覧を取得します。

Return value

コマンド => 実装クラス 形式の配列を返します。

Note

This function should be called statically.