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 )

Description

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.

Get the list of allowed set values for a config value (Previous) Tells whether a key exists as config value (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.