PHP 8.4.0 RC3 available for testing

The ZMQDevice class

(PECL zmq >= 0.5.0)

简介

类摘要

class ZMQDevice {
/* 方法 */
public __construct(ZMQSocket $frontend, ZMQSocket $backend, ZMQSocket $listener = ?)
public run(): void
public setIdleCallback(callable $cb_func, int $timeout, mixed $user_data = ?): ZMQDevice
public setIdleTimeout(int $timeout): ZMQDevice
public setTimerCallback(callable $cb_func, int $timeout, mixed $user_data = ?): ZMQDevice
public setTimerTimeout(int $timeout): ZMQDevice
}

目录

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top