Php/docs/gearmanclient.setcontext
来自菜鸟教程
GearmanClient::setContext
(PECL gearman >= 0.6.0)
GearmanClient::setContext — Set application context
说明
public GearmanClient::setContext
( string $context
) : bool
Sets an arbitrary string to provide application context that can later be retrieved by GearmanClient::context().
参数
context
- Arbitrary context data
返回值
Always returns true
.