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