GearmanClient::setContext
PHP function
Edit on GitHub ✎
(PECL gearman >= 0.6.0)
Set application context
Description
GearmanClient::setContext(string $data): bool
Sets an arbitrary string to provide application context that can later be retrieved by GearmanClient::context.
Parameters
dataArbitrary context data
Return Values
Always returns true.
See Also
GearmanClient::context