PEAR_Command::getDescription()

PEAR_Command::getDescription() -- コマンドの説明を取得する

概要

require_once 'PEAR/command.php';

string PEAR_Command::getDescription (string $command)

説明

コマンドの説明を取得します。

パラメータ

string $command

コマンドの名前。

返り値

コマンドの説明を文字列で返します。

注意

この関数は、スタティックにコール されます。