PEAR_Command::getDescription

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

Synopsis

require_once 'PEAR/command.php';

string PEAR_Command::getDescription ( string $command )

Description

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

Parameter

string $command

コマンドの名前。

Return value

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

Note

This function should be called statically.