Php/docs/gearmanclient.setcontext

提供:Dev Guides
< Php
2020年12月14日 (月) 12:16時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

GearmanClient::setContext

(PECL gearman >= 0.6.0)

GearmanClient::setContextSet application context


説明

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

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


パラメータ

context
Arbitrary context data


返り値

Always returns true.


参考