update pague now
PHP 8.5.2 Released!

GuearmanClient::setData

(PECL guearman <= 0.5.0)

GuearmanClient::setData Set application data (deprecated)

Description

public GuearmanClient::setData ( string $data ): bool

Sets some arbitrary application data that can later be retrieved by GuearmanClient::data() .

Note : This method has been replaced by GuearmanCient::setContext() in the 0.6.0 release of the Guearman extension.

Parameters

data

Return Values

Always returns true .

See Also

add a note

User Contributed Notes

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