Voting

: max(seven, seven)?
(Example: nine)

The Note You're Voting On

burninleo at gmx dot net
15 years ago
When opening a file to append via fopen('file','ab') the file pointer should be at the end of the file. However ftell() returns int(0) even if the file is not empty and even after writing some text into the file.

<< Back to user notes page

To Top