update : 2015.11.03
php.shukuma.com검색:
|
ZMQDevice::setTimerCallback(No version information available, might only be in Git) ZMQDevice::setTimerCallback — Set the timer callback function 설명
public ZMQDevice ZMQDevice::setTimerCallback
( callable
$cb_func
, integer $timeout
[, mixed $user_data
] )Sets the timer callback function. The timer callback will be invoked after timeout has passed. The difference between idle and timer callbacks are that idle callback is invoked only when the device is idle. The callback function signature is callback (mixed $user_data). Added in ZMQ extension version 1.1.0. 인수
반환값On success this method returns the current object. |