Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 15398 программистов и 1724 робота. Сейчас ищет 1231 программист ...
PEAR_Config::getLayers
Вернуться к: PEAR_Config
PEAR_Config::getLayers
PEAR_Config::getLayers() – Returns the layers defined
Synopsis
require_once 'PEAR/config.php';
array PEAR_Config::getLayers ( void )
Returns the layers defined, except the 'default' one
Return value
array the defined layers
Note
This function can not be called statically.
Вернуться к: PEAR_Config