Yaconf
PHP Manual

The Yaconf class

(PECL yaconf >= 1.0.0)

Einführung

Yaconf is a configurations container, it parses INIT files, stores the result in PHP when PHP is started, the result lives with the whole PHP lifecycle.

Klassenbeschreibung

Yaconf {
/* Methoden */
public static mixed get ( string $name [, mixed $default_value = NULL ] )
public static bool has ( string $name )
}

Inhaltsverzeichnis


Yaconf
PHP Manual