PHP小结

//判断是否有这个文件

1.is_uploaded_file()

//移动这个文件

2.  move_uploaded_file();

原文地址:https://www.cnblogs.com/yanjialin/p/3724092.html