PEAR_Command::registerCommands()

PEAR_Command::registerCommands() -- scan the command directory

Referentiesamenvatting

require_once 'PEAR/command.php';

bool PEAR_Command::registerCommands ([bool $merge = FALSE [, string $dir = NULL]])

Beschrijving

Scan through the Command directory looking for classes and see what commands they implement.

Parameter

boolean $merge

if FALSE (default), the new list of commands should replace the current one. If TRUE, new entries will be merged with old.

string $dir

where (what directory) to look for classes, defaults to the Command subdirectory of the directory from where this file (__FILE__) is included.

Return waarde

bool TRUE on success

Throws

Tabel 28-1. Mogelijke PEAR_Error waarden

Error codeError valueMeaningSolution
 ""  

Note

Deze functie zou statisch moeten worden aangeroepen.