PEAR_Command::getHelp

PEAR_Command::getHelp() – get help for command

Synopsis

require_once 'PEAR/command.php';

string PEAR_Command::getHelp ( string $command )

Description

Get help for command.

Parameter

string $command

Name of the command to return help for

Return value

string help text

Throws

Possible PEAR_Error values
Error code Error value Meaning Solution
  "    

Note

This function should be called statically.

compiles arguments for getopt (Previous) get list of command shortcuts. (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.