PEAR_Command::getCommands

PEAR_Command::getCommands() – get list of currently supported commands

Synopsis

require_once 'PEAR/command.php';

array PEAR_Command::getCommands ( void )

Description

Get the list of currently supported commands, and what classes implement them.

Return value

array command => implementing class

Note

This function should be called statically.

get object for executing a command. (Previous) get description for a command (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.