GearmanClient
PHP Manual

GearmanClient::data

(PECL gearman <= 0.5.0)

GearmanClient::dataGet the application data (deprecated)

Descrição

public string GearmanClient::data ( void )

Get the application data previously set with GearmanClient::setData.

Nota: This method was replaced by GearmanClient::setContext in the 0.6.0 release of the Gearman extension.

Parâmetros

Esta função não contém parâmetros.

Valor Retornado

The same string data set with GearmanClient::setData

Veja Também


GearmanClient
PHP Manual