Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18073 программиста и 1576 роботов. Сейчас ищут 1606 программистов ...
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