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".

Замечание

This function can not be called statically.

    Поддержать сайт на родительском проекте КГБ