Monthly Archives: February 2005

Understanding PHP's file locking

Recently a discussion came up on IRC that involved PHP's file locking mechanism. File locking can be an interesting and somewhat confusing problem. If you've looked up flock() in the PHP manual you may have noticed that there quite a … Continue reading

Posted in Development, PHP | Leave a comment