CakeFest 2024: The Official CakePHP Conference

The Yaconf class

(PECL yaconf >= 1.0.0)

はじめに

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.

クラス概要

class Yaconf {
/* メソッド */
public static get(string $name, mixed $default_value = NULL): mixed
public static has(string $name): bool
}

目次

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top