betterCode() PHP 2025

Voting

: one plus four?
(Example: nine)

The Note You're Voting On

lexica98 at gmail dot com
11 years ago
Opening the file in a+ mode doesn't work with fseek either, unfortunately. If you want a file created and then want be able to go to any position in the file, you'll have to use append mode when opening the file, then close it, then open it again in r+.

<< Back to user notes page

To Top