PEAR_Command::getОписание
PEAR_Command::getОписание() – get description for a command
Synopsis
require_once 'PEAR/command.php';
string PEAR_Command::getОписание (
string $command
)
Описание
Get description for a command.
Parameter
-
string
$command
-
Name of the command
Return value
string
command description
Замечание
This function should be called statically.