CakeFest 2024: The Official CakePHP Conference

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