php配置的临时文件中并没有上传的文件,为什么还能使用move_uploaded_file() 成功移动?

WBOY
Release: 2016-06-06 20:23:22
Original
1276 people have browsed it

php配置的临时文件中并没有上传的文件,为什么还能使用move_uploaded_file() 成功移动?

php配置的临时文件中并没有上传的文件,为什么还能使用move_uploaded_file() 成功移动?

php配置的临时文件中并没有上传的文件,为什么还能使用move_uploaded_file() 成功移动?

php配置的临时文件中并没有上传的文件,为什么还能使用move_uploaded_file() 成功移动?

回复内容:

php配置的临时文件中并没有上传的文件,为什么还能使用move_uploaded_file() 成功移动?

php配置的临时文件中并没有上传的文件,为什么还能使用move_uploaded_file() 成功移动?

php配置的临时文件中并没有上传的文件,为什么还能使用move_uploaded_file() 成功移动?

php配置的临时文件中并没有上传的文件,为什么还能使用move_uploaded_file() 成功移动?

已经move掉了

这个函数叫move_uploaded_file 不叫 copy_uploaded_file


The file will be deleted from the temporary directory at the end of the request if it has not been moved away or renamed.

http://php.net/manual/en/features.file-upload.post-method.php

感谢 @xelz 和其它回答问题的朋友
如过你不去移动上传的文件、那么该文件就会在脚本周期执行完毕后自动删除
php配置的临时文件中并没有上传的文件,为什么还能使用move_uploaded_file() 成功移动?

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template