AbstractTransport
实现 TransportInterface抽象传输类。
抽象
自 |
2.0.0 |
---|---|
包 |
Joomla 框架 |
方法
__construct
构造函数。
__construct(array|\ArrayAccess options = []) :
自 |
2.0.0 |
---|---|
抛出 |
|
参数
- options
array<string|int, mixed>|ArrayAccess
客户端选项数组。
响应
混合
getOption
从 HTTP 传输中获取选项。
getOption( key, default = null) :
自 |
2.0.0 |
---|
参数
- key
string
要获取的选项的名称。- default
mixed
如果未设置选项,则为默认值。
响应
mixed
选项值。
processHeaders
处理传输响应数据中的标头。
processHeaders(mixed||string|int headers) : mixed||string|int
自 |
2.0.0 |
---|
参数
- headers
array<string|int, mixed>
要处理的标头。
响应
array<string|int, mixed>
属性
options
客户端选项。
自 |
2.0.0 |
---|
类型(s)
array<string|int, mixed>|ArrayAccess