PHP 8.4.0 RC4 available for testing

The ZMQPoll class

(PECL zmq >= 0.5.0)

简介

类摘要

class ZMQPoll {
/* 方法 */
public add(mixed $entry, int $type): string
public clear(): ZMQPoll
public count(): int
public poll(array &$readable, array &$writable, int $timeout = -1): int
public remove(mixed $item): bool
}

目录

添加备注

用户贡献的备注

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