摘要: 很长时间没有写PHP了,今天突然有个需求要写一个保存文件的功能。function downloadFile( $url , $savePath = '' ) { $fileName = getUrlFileExt( $url ); $fileName = rand(0,1000)... 阅读全文
posted @ 2014-10-20 15:09 zhjahch 阅读(13501) 评论(0) 推荐(0)