php讀取在線遠程txt文檔內容到數組並遍歷

<?php $txt = "http://www.xxx.cn/sitemap.txt"; //讀取遠程txt; //是否存在 if(file_get_contents($txt)){ $data = file($txt); //將文件存放在一個數組中; $num = count($data); //條數; $id = mt_rand(0,$num-1); //隨機數字; $url = ch
相關文章
相關標籤/搜索