PEAR_Command::getHelp()

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

概要

require_once 'PEAR/command.php';

string PEAR_Command::getHelp (string $command)

説明

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

パラメータ

string $command

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

返り値

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

例外・エラー

表 32-1PEAR_Error の値

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

注意

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