(PECL gearman >= 0.5.0)
GearmanClient::setFailCallback — Set callback for job failure
Sets the callback function to be used when a task does not complete successfully. The function should accept a single argument, a GearmanTask object.
function
A function to call
成功时返回 true
, 或者在失败时返回 false
。