Home  >  Article  >  Backend Development  >  What to do if the php file cannot be deleted

What to do if the php file cannot be deleted

藏色散人
藏色散人Original
2021-03-08 09:23:232901browse

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);".

What to do if the php file cannot be deleted

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn