GoLang GearmanClient::data

request it (243)
GoLang replacement for PHP's GearmanClient::data [edit | history]



Do you know a GoLang replacement for PHP's GearmanClient::data? Write it!

PHP GearmanClient::data

PHP original manual for GearmanClient::data [ show | php.net ]

GearmanClient::data

(PECL gearman <= 0.5.0)

GearmanClient::dataGet the application data (deprecated)

Description

public string GearmanClient::data ( void )

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

This function has no parameters.

Return Values

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

See Also