Man Page: gearmanclient.dohighbackground
Operating Environment: php
Section: 3
GEARMANCLIENT.DOHIGHBACKGROUND(3) 1 GEARMANCLIENT.DOHIGHBACKGROUND(3) GearmanClient::doHighBackground - Run a high priority task in the backgroundSYNOPSISpublic string GearmanClient::doHighBackground (string $function_name, string $workload, [string $unique])DESCRIPTIONRuns a high priority task in the background, returning a job handle which can be used to get the status of the running task. High priority tasks take precedence over normal and low priority tasks in the job queue.PARAMETERSo $function_name - A registered function the worker is to execute o $workload - Serialized data to be processed o $unique - A unique ID used to identify a particular taskRETURN VALUESThe job handle for the submitted task.SEE ALSOGearmanClient::doNormal, GearmanClient::doHigh, GearmanClient::doLow, GearmanClient::doBackground, GearmanClient::doLowBackground. PHP Documentation Group GEARMANCLIENT.DOHIGHBACKGROUND(3)