GearmanClient::doLowBackground
Run a low priority task in the background
Beschreibung
public string GearmanClient::doLowBackground
( 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
The job handle for the submitted task.
Siehe auch
- GearmanClient::doNormal
- GearmanClient::doHigh
- GearmanClient::doLow
- GearmanClient::doBackground
- GearmanClient::doHighBackground