Multiple users write to the same file at the same time using PHP

前端 未结 4 2012
挽巷
挽巷 2020-12-11 10:20

I have a website where at the same moment, there can be multiple users writing to the same file at the same time. An example of my code is below.

PHP 5.6

4条回答
  •  囚心锁ツ
    2020-12-11 10:48

    You need to change saving mechanism from simple file into any database with transactions.

提交回复
热议问题