La clase ZMQPoll

(PECL zmq >= 0.5.0)

Introducción

Sinopsis de la Clase

class ZMQPoll {
/* Métodos */
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
}

Tabla de contenidos

add a note

User Contributed Notes

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