GearmanClient::data
PHP function
Edit on GitHub ✎
(PECL gearman <= 0.5.0)
Get the application data (deprecated)
Description
GearmanClient::data(): string
Get the application data previously set with GearmanClient::setData.
Note
This method was replaced by GearmanClient::setContext in the 0.6.0 release of the Gearman extension.
Parameters Parameters
Return Values
The same string data set with GearmanClient::setData
See Also
GearmanClient::setData