parent root
PHP: ZMQPoll - Manual
PHP 7.2.23 Release Announcement

The ZMQPoll class

(No version information available, might only be in Git)

Introduction

Class synopsis

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

Table of Contents

add a noteadd a note

User Contributed Notes

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