Interface: IWindHttpContainer
Source Location: /http/IWindHttpContainer.php
Interface IWindHttpContainer
Methods
void delete(
string
$key
)
|
|
删除容器中的值
Parameters:
API Tags:
获取容器中的内容值
Parameters:
API Tags:
boolean isRegistered(
string
$key
)
|
|
检测变量是否已经被注册
Parameters:
API Tags:
Return: | 如果已经被注册则返回true,否则返回false |
Access: | public |
boolean set(
string
$key, mixed
$value
)
|
|
向容器中设置值
Parameters:
string |
$key: |
|
mixed |
$value: |
|
API Tags:
|
|