Tag: Warning: mkdir(): File exists
-
Post Views: 21 1. Report an error in PHP 7.4: mkdir(): file exists. as shown in Figure 1 2. However, in the code implementation, it is first judged that the directory does not exist before executing mkdir(). But at the time of execution, the directory already exists. It should be a problem caused by request concurrency. 3. Reproduce this error…
