Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18093 программиста и 1579 роботов. Сейчас ищут 1688 программистов ...
PEAR_Command::getDescription
Вернуться к: PEAR_Command
PEAR_Command::getDescription
PEAR_Command::getDescription() – get description for a command
Synopsis
require_once 'PEAR/command.php';
string PEAR_Command::getDescription ( string $command )
Get description for a command.
Parameter
- string $command
-
Name of the command
Return value
string command description
Note
This function should be called statically.
Вернуться к: PEAR_Command