Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 15398 программистов и 1724 робота. Сейчас ищет 1231 программист ...
PEAR_Command::getShortcuts
Вернуться к: PEAR_Command
PEAR_Command::getShortcuts
PEAR_Command::getShortcuts() – get list of command shortcuts.
Synopsis
require_once 'PEAR/command.php';
array PEAR_Command::getShortcuts ( void )
Get the list of command shortcuts.
Return value
array shortcut => command
Note
This function should be called statically.
Вернуться к: PEAR_Command