PEAR_Command::getHelp()

PEAR_Command::getHelp() -- get help for command

概要

require_once 'PEAR/command.php';

string PEAR_Command::getHelp (string $command)

説明

Get help for command.

パラメータ

string $command

Name of the command to return help for

返り値

string help text

例外・エラー

表 27-1PEAR_Error の値

Error codeError valueMeaningSolution
 ""  

注意

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