PEAR_Command::getHelp()

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

Synopsis

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

Throws

Таблица 27-1. Возможные значения PEAR_Error

Error codeError valueMeaningSolution
 ""  

Заметка

Эта функция должна вызываться статически.