摘要: public function downfile($fileurl,$newfname){ set_time_limit (24 * 60 * 60); $url=$fileurl; $file = fopen ($url, "rb"); if ($file) { $newf = fopen ($new... 阅读全文
posted @ 2018-06-29 17:51 阿星小栈 阅读(192) 评论(0) 推荐(0) 编辑