PHP 8.3.4 Released!

GearmanClient::data

(PECL gearman <= 0.5.0)

GearmanClient::dataRécupère les données de l'application (obsolète)

Description

public GearmanClient::data(): string

Récupère les données de l'application précédemment définies avec la méthode GearmanClient::setData().

Note:

Cette méthode a été remplacée par la méthode GearmanClient::setContext() en version 0.6.0 de l'extension Gearman.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Les mêmes données que celles définies avec la méthode GearmanClient::setData()

Voir aussi

add a note

User Contributed Notes

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