PEAR_Command::getHelp

PEAR_Command::getHelp() – Obtient de l'aide pour la commande

Synopsis

require_once 'PEAR/command.php';

string PEAR_Command::getHelp ( string $command )

Description

Obtient de l'aide pour la commande.

Parameter

string $command

Nom de la commande dont on retourne l'aide

Return value

string texte d'aide

Throws

Possible PEAR_Error values
Code erreur Valeur erreur Signification Solution
"

Note

This function should be called statically.