GearmanClient::doLow
Run a single low priority task
Beschreibung
public string GearmanClient::doLow
( string $function_name
, string $workload
[, string $unique
] )
Parameter-Liste
-
function_name
-
Die registrierte Funktion, die der Worker ausführen soll
-
workload
-
Serialisierte Daten, die verarbeitet werden sollen
-
unique
-
Eine eindeutige ID, die einen bestimmten Task identifiziert
Rückgabewerte
A string representing the results of running a task.
Siehe auch
- GearmanClient::doNormal
- GearmanClient::doHigh
- GearmanClient::doBackground
- GearmanClient::doHighBackground
- GearmanClient::doLowBackground