Dutch PHP Conference 2025 - Call For Papers

GearmanClient::setContext

(PECL gearman >= 0.6.0)

GearmanClient::setContextSet application context

Опис

public GearmanClient::setContext(string $data): bool

Sets an arbitrary string to provide application context that can later be retrieved by GearmanClient::context().

Параметри

data

Arbitrary context data

Значення, що повертаються

Always returns true.

Прогляньте також

add a note

User Contributed Notes

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