PEAR_Command::getHelp

PEAR_Command::getHelp() – コマンドのヘルプを取得する

Synopsis

require_once 'PEAR/command.php';

string PEAR_Command::getHelp ( string $command )

Description

コマンドのヘルプを取得します。

Parameter

string $command

ヘルプを取得するコマンドの名前。

Return value

ヘルプテキストを文字列で返します。

Throws

Possible PEAR_Error values
エラーコード エラーの値 意味 対応
  "    

Note

This function should be called statically.