Reply to Re: Creating files using fopen that are unlocked!
Posted by Bradley Holt on 11/30/18 11:26
While opening a file with the 'r' or 'r+' option, PHP will not attempt
to create the file. PHP will only attempt to create the file with the
'w' or 'w+' option.