Solution to the problem that the php file cannot be deleted: 1. Modify the file permissions; 2. Open the corresponding PHP file, and then add "unset($fileInfo);".
The operating environment of this article: Windows7 system, PHP7.1, Dell G3 computer.
php cannot delete the uploaded file and reports an error Resource temporarily unavailable_dw5235's blog-CSDN blog
Possible reasons:
1. Insufficient file permissions
2 , the file variable is not deleted // Need to add unset($fileInfo);
##[Recommended: "PHP Video Tutorial》】
The above is the detailed content of What to do if the php file cannot be deleted. For more information, please follow other related articles on the PHP Chinese website!