PEAR_Command::getDescription()

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

Synopsis

require_once 'PEAR/command.php';

string PEAR_Command::getDescription (string $command)

Beschreibung

Get description for a command.

Parameter

string $command

Name of the command

Rückgabewert

string command description

Hinweise

Diese Methode sollte statisch aufgerufen werden..