Dutch PHP Conference 2025 - Call For Papers

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
}

Зміст

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top