Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 20850 программистов и 1771 робот. Сейчас ищут 1729 программистов ...
PEAR_Command::getCommands
Вернуться к: PEAR_Command
PEAR_Command::getCommands
PEAR_Command::getCommands() – get list of currently supported commands
Synopsis
require_once 'PEAR/command.php';
array PEAR_Command::getCommands ( void )
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.
Вернуться к: PEAR_Command