GearmanClient::data

(PECL gearman <= 0.5.0)

GearmanClient::dataGet the application data (deprecated)

설명

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.

인수

이 함수는 인수가 없습니다.

반환값

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

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top