Php/docs/gearmanclient.setcontext

From Get docs

GearmanClient::setContext

(PECL gearman >= 0.6.0)

GearmanClient::setContextSet application context


Description

public GearmanClient::setContext ( string $context ) : bool

Sets an arbitrary string to provide application context that can later be retrieved by GearmanClient::context().


Parameters

context
Arbitrary context data


Return Values

Always returns TRUE.


See Also