update page now

The ZMQPoll class

(PECL zmq >= 0.5.0)

简介

类摘要

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

目录

添加备注

用户贡献的备注

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