Php/docs/gearmanclient.data

来自菜鸟教程
跳转至:导航、​搜索

GearmanClient::data

(PECL gearman <= 0.5.0)

GearmanClient::dataGet the application data (deprecated)


说明

public 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.

参数

此函数没有参数。


返回值

The same string data set with GearmanClient::setData()


参见