PHP 8.1.20 Released!

GearmanClient::setContext

(PECL gearman >= 0.6.0)

GearmanClient::setContextSet application context

Açıklama

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

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

Bağımsız Değişkenler

context

Arbitrary context data

Dönen Değerler

Always returns true.

Ayrıca Bakınız

add a note

User Contributed Notes

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