Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 138577 программистов и 2482 робота. Сейчас ищут 1288 программистов ...
PEAR_Command::getHelp
Вернуться к: PEAR_Command
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.
Parameter
- string $command
-
Name of the command to return help for
Return value
string help text
Throws
| Error code | Error value | Meaning | Solution |
|---|---|---|---|
| " |
Note
This function should be called statically.
Вернуться к: PEAR_Command