\johnxu\wechatConfig

配置文件操作 Class Config

Summary

Methods
Properties
Constants
batch()
set()
get()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_config
N/A

Properties

$_config

$_config : 

Type

Methods

batch()

batch(array  $config) 

批量设置配置文件

Parameters

array $config

set()

set(string  $key, string  $value) : boolean

设置配置文件值

Parameters

string $key
string $value

Returns

boolean

get()

get(string  $key) : boolean|mixed

获取微信配置文件值

Parameters

string $key

Returns

boolean|mixed