The Yaconf classはじめに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
class Yaconf
{
/* メソッド */
public static mixed get(string
$name , mixed $default_value = NULL)public static bool has(string
}$name )
|