PEAR_Config::getType()

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

概要

require_once 'PEAR/config.php';

string PEAR_Config::getType (string $key)

説明

Get the type of a config value.

パラメータ

string $key

設定項目のキー。

返り値

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

注意

この関数は、スタティックにコールする ことはできません。