(PECL gearman >= 0.5.0)
GearmanClient::setWarningCallback — Set a callback for worker warnings
Sets a function to be called when a worker sends a warning. The callback should accept a single argument, a GearmanTask object.
callback
A function to call
Returns TRUE
on success or FALSE
on failure.