ZMQPoll::remove
ZMQDevice::__construct
0MQ messaging
PHP Manual
The ZMQDevice class
(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
導入
クラス概要
ZMQDevice
{
/* Methods */
__construct
(
ZMQSocket
$frontend
,
ZMQSocket
$backend
[,
ZMQSocket
$listener
] )
public
ZMQDevice
getIdleTimeout
(
void
)
public
ZMQDevice
getTimerTimeout
(
void
)
public
void
run
(
void
)
public
ZMQDevice
setIdleCallback
(
callable
$cb_func
,
integer
$timeout
[,
mixed
$user_data
] )
public
ZMQDevice
setIdleTimeout
(
integer
$timeout
)
public
ZMQDevice
setTimerCallback
(
callable
$cb_func
,
integer
$timeout
[,
mixed
$user_data
] )
public
ZMQDevice
setTimerTimeout
(
integer
$timeout
)
}
目次
ZMQDevice::__construct
— Construct a new device
ZMQDevice::getIdleTimeout
— Get the idle timeout
ZMQDevice::getTimerTimeout
— Get the timer timeout
ZMQDevice::run
— Run the new device
ZMQDevice::setIdleCallback
— Set the idle callback function
ZMQDevice::setIdleTimeout
— Set the idle timeout
ZMQDevice::setTimerCallback
— Set the timer callback function
ZMQDevice::setTimerTimeout
— Set the timer timeout
ZMQPoll::remove
ZMQDevice::__construct
0MQ messaging
PHP Manual