PHP 8.3.4 Released!

GearmanClient::setContext

(PECL gearman >= 0.6.0)

GearmanClient::setContextDéfinit le contexte d'une application

Description

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

Définit une chaîne arbitraire à fournir comme contexte de l'application qui pourra être récupérée plus tard via la méthode GearmanClient::context().

Liste de paramètres

data

Données de contexte

Valeurs de retour

Retourne toujours true.

Voir aussi

add a note

User Contributed Notes

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