PHP » GoLang |
login |
register |
about
|
GoLang ZMQDevice::setIdleCallback
request it (294)
GoLang replacement for PHP's ZMQDevice::setIdleCallback
[edit | history]
PHP ZMQDevice::setIdleCallbackPHP original manual for ZMQDevice::setIdleCallback [ show | php.net ]ZMQDevice::setIdleCallback(No version information available, might only be in Git) ZMQDevice::setIdleCallback — Set the idle callback function Description
public ZMQDevice ZMQDevice::setIdleCallback
( callable
$cb_func
, int $timeout
[, mixed $user_data
] )Sets the idle callback function. If idle timeout is defined the idle callback function shall be called if the internal poll loop times out without events. If the callback function returns false or a value that evaluates to false the device is stopped. The callback function signature is callback (mixed $user_data). Parameters
Return ValuesOn success this method returns the current object. |
more
Recently updated
more
Most requested
more
Last requests
|