Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17487 программистов и 1872 робота. Сейчас ищут 1810 программистов ...
PEAR_Config::getType
Вернуться к: PEAR_Config
PEAR_Config::getType
PEAR_Config::getType() – Get the type of a config value
Synopsis
require_once 'PEAR/config.php';
string PEAR_Config::getType ( string $key )
Get the type of a config value.
Parameter
- string $key
-
config key
Return value
string - type, one of "string", "integer", "file", "directory", "set" or "password".
Note
This function can not be called statically.
Вернуться к: PEAR_Config