PEAR_Command::getHelp()
PEAR_Command::getHelp() -- get help for command
Synopsis
require_once 'PEAR/command.php'; |
string PEAR_Command::getHelp (string $command)
Beschreibung
Get help for command.
Parameter
- string
$command
Name of the command to return help for
Rückgabewert
string help text
Fehler-Meldungen
Tabelle 32-1. Mögliche Fehler-Arten
| Error code | Error value | Meaning | Solution |
|---|
| | „“ | | |
Hinweise
Diese Methode sollte statisch
aufgerufen werden..