File Loking in PHP
While writing to files that are possibly being read by other scripts at the same time, you will run into problems at some point specifically when write is not totally be completed because another script is reading the same file. The reading script will only see a partial file at that moment.
Want to have your say? just login


Be first to show your opinion !!!