Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17482 программиста и 1874 робота. Сейчас ищут 1816 программистов ...
PEAR_Config::getSetValues
Вернуться к: PEAR_Config
PEAR_Config::getSetValues
PEAR_Config::getSetValues() – Get the list of allowed set values for a config value
Synopsis
require_once 'PEAR/config.php';
array PEAR_Config::getSetValues ( string $key )
Get the list of allowed set values for a config value. Returns NULL for config values that are not sets.
Parameter
- string $key
-
config key
Return value
array - enumerated array of set values, or NULL if the config key is unknown or not a set
Note
This function can not be called statically.
Вернуться к: PEAR_Config