PHP 8.5.0 Alpha 1 available for testing

Voting

: min(six, zero)?
(Example: nine)

The Note You're Voting On

phpdoc at shemesh dot biz
20 years ago
Please note that, on return, the key of "read" will be zero based, serially numbered according to the streams for which there is read data ready only. In other words, if you want to know which of the original streams placed in "read" is ready, there is no immediate way of knowing that.

If you want to know which of the original stream is which, you can either use "==", or possibly set a reverse map array, in which the stream is the key, and the key to the original "read" array is the data.

<< Back to user notes page

To Top