PHP 如何使用文件锁
//WRITE$fp = fopen("test.txt", 'ab'); //From the endflock($fp, LOCK_EX); //lock the file for waiting...fwrite($fp, 'Just A Test String.......'); //Start wri