PEAR_Command::getDescription

PEAR_Command::getDescription() – Retourne la description de la commande

Synopsis

require_once 'PEAR/command.php';

string PEAR_Command::getDescription ( string $command )

Description

Retourne la description de la commande.

Parameter

string $command

Nom de la commande

Return value

string description de la commande

Note

This function should be called statically.