Flock and fopen () with mode 'a'
Date: 02/14/06
(PHP Community) Keywords: no keywords
Hello!
How do you think, need I use flock () for files which opens with mode 'a'.
For example:
$fp = fopen ($filename, 'a');
fwrite ($fp, $string);
close ($fp);
Need I use flock () there?
Source: http://community.livejournal.com/php/412735.html