PHP 8.5.0 Alpha 4 available for testing

Voting

: min(eight, two)?
(Example: nine)

The Note You're Voting On

mweierophinney at gmail dot com
20 years ago
Actually, ftell() gives more than an undefined result for append only streams; it gives the offset from the end of the file as defined before any data was appended. So if you open a file that had 3017 characters, and append 41 characters, and then execute ftell(), the value returned will be 41.

<< Back to user notes page

To Top