process - What is the role of the last argument ( $uniqueId ) in PHP Gearman's doNormal()? -


in php's documentation ( http://php.net/manual/en/gearmanclient.donormal.php ) can see last attribute unique identifier task.

  1. how find task based on unique identifier ?
  2. why use $unique , not $job_handler jobstatus() ( http://php.net/manual/en/gearmanclient.jobstatus.php ) ?

it seems cannot find task based on unique identifier.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -