The Yaconf class

(PECL yaconf >= 1.0.0)

Introdução

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.

Resumo da classe

classYaconf {
publicstaticget(string$name, mixed$default_value = NULL): mixed
publicstatichas(string$name): bool
}

Índice

To Top