PEAR_Config::getType

PEAR_Config::getType() – 設定値の型を取得する

Synopsis

require_once 'PEAR/config.php';

string PEAR_Config::getType ( string $key )

Description

Get the type of a config value.

Parameter

string $key

設定項目のキー。

Return value

型を返します。 "string"、 "integer"、 "file"、 "directory"、 "set" あるいは "password" のいずれかです。

Note

This function can not be called statically.