Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 22882 программиста и 1268 роботов. Сейчас ищут 788 программистов ...
Приступая к работе

ZMQDevice::setIdleCallback - Set the idle callback function

Вернуться к: ZMQDevice

ZMQDevice::setIdleCallback

(Информация о версии неизвестна, возможно, только в SVN)

ZMQDevice::setIdleCallbackSet the idle callback function

Описание

public ZMQDevice ZMQDevice::setIdleCallback ( callable $cb_func , integer $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).

Список параметров

cb_func

Callback function to invoke when the device is idle. Returning false or a value that evaluates to false from this function will cause the device to stop.

timeout

How often to invoke the idle callback in milliseconds. The idle callback is invoked periodically when there is no activity on the device. The timeout value guarantees that there is at least this amount of milliseconds between invocations of the callback function.

user_data

Additional data to pass to the callback function.

Возвращаемые значения

On success this method returns the current object.



Вернуться к: ZMQDevice

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware