Php/docs/class.yaconf

提供:Dev Guides
< Php
2020年12月14日 (月) 10:49時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(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.


クラス概要


Yaconf {

/* メソッド */

public static get ( string $name [, mixed $default_value = NULL ] ) : mixed

public static has ( string $name ) : bool

}

目次