International PHP Conference Munich 2025

Voting

: min(one, four)?
(Example: nine)

The Note You're Voting On

php at richardneill dot org
15 years ago
Note that reading from a regular file which is on end-of-file will *not* block. You'll get a non-blocking, zero-byte read. However, stream_select *will* block if the input is a pipe, and there is no more data to be had.

<< Back to user notes page

To Top