PEAR_Command::getHelp()

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

Referentiesamenvatting

require_once 'PEAR/command.php';

string PEAR_Command::getHelp (string $command)

Beschrijving

Get help for command.

Parameter

string $command

Name of the command to return help for

Return waarde

string help text

Throws

Tabel 28-1. Mogelijke PEAR_Error waarden

Error codeError valueMeaningSolution
 ""  

Note

Deze functie zou statisch moeten worden aangeroepen.