\thinkEnv

Env管理类

Summary

Methods
Properties
Constants
__construct()
load()
get()
set()
has()
__set()
__get()
__isset()
offsetSet()
offsetExists()
offsetUnset()
offsetGet()
No public properties found
No constants found
getEnv()
$data
N/A
No private methods found
No private properties found
N/A

Properties

$data

$data : array

环境变量数据

Type

array

Methods

__construct()

__construct() : mixed

Returns

mixed —

load()

load(string  $file) : void

读取环境变量定义文件

Parameters

string $file

环境变量定义文件

get()

get(string  $name = null, mixed  $default = null) : mixed

获取环境变量值

Parameters

string $name

环境变量名

mixed $default

默认值

Returns

mixed —

set()

set(string|array  $env, mixed  $value = null) : void

设置环境变量值

Parameters

string|array $env

环境变量

mixed $value

has()

has(string  $name) : bool

检测是否存在环境变量

Parameters

string $name

参数名

Returns

bool —

__set()

__set(string  $name, mixed  $value) : void

设置环境变量

Parameters

string $name

参数名

mixed $value

__get()

__get(string  $name) : mixed

获取环境变量

Parameters

string $name

参数名

Returns

mixed —

__isset()

__isset(string  $name) : bool

检测是否存在环境变量

Parameters

string $name

参数名

Returns

bool —

offsetSet()

offsetSet(mixed  $name, mixed  $value) : void

Parameters

mixed $name
mixed $value

offsetExists()

offsetExists(mixed  $name) : bool

Parameters

mixed $name

Returns

bool —

offsetUnset()

offsetUnset(mixed  $name) : mixed

Parameters

mixed $name

Returns

mixed —

offsetGet()

offsetGet(mixed  $name) : mixed

Parameters

mixed $name

Returns

mixed —

getEnv()

getEnv(string  $name, mixed  $default = null) : mixed

Parameters

string $name
mixed $default

Returns

mixed —