What is the difference between fopen modes “r+” and “rw+” in PHP?
I think you have pretty much figured this out. Although I guess, you want authoritative answer. It is true that the documentation does not mention “rw+”. Yet, there is something better: PHP source code! The Rabbit Hole I had a hard time trying to navigate the source code until I found the article series PHP’s … Read more