PEAR_Command::getDescription()

PEAR_Command::getDescription() -- get description for a command

Referentiesamenvatting

require_once 'PEAR/command.php';

string PEAR_Command::getDescription (string $command)

Beschrijving

Get description for a command.

Parameter

string $command

Name of the command

Return waarde

string command description

Note

Deze functie zou statisch moeten worden aangeroepen.