PEAR_Command::getDescription

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

Synopsis

require_once 'PEAR/command.php';

string PEAR_Command::getDescription ( string $command )

Description

Get description for a command.

Parameter

string $command

Name of the command

Return value

string command description

Note

This function should be called statically.

get list of currently supported commands (Previous) compiles arguments for getopt (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.