PHP 8.5.0 Alpha 1 available for testing

Voting

: eight minus six?
(Example: nine)

The Note You're Voting On

anon
8 years ago
In the C source, this function simply opens the path in read+binary mode, without a lock, and uses fpassthru()

If you need a locked read, use fopen(), flock(), and then fpassthru() directly.

<< Back to user notes page

To Top