摘要: 先安装epel-release yum install epel-release 安装nux存储库 rpm -v --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro rpm -Uvh http://li.nux.ro/download/ 阅读全文
posted @ 2020-12-02 16:34 邈宇 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 获取所有链接内容和地址 function getAllURL($code){ preg_match_all('/"\' ]+)["|\']?\s*[^>]*>([^>]+)/i',$code,$arr); return array('name'=>$arr[2],'url'=>$arr[1]); } 阅读全文
posted @ 2020-12-02 11:46 邈宇 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 一 function downloadFile($file_path){ header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-D 阅读全文
posted @ 2020-12-02 11:35 邈宇 阅读(77) 评论(0) 推荐(0) 编辑