資源簡介
完全最新的新聞實事,沒有任何廣告,為您索引最新實事。www.xiaogg.org
為您打造最全,最新,更新最快的實事新聞索引。
新聞更新地址:http://www.xiaogg.org/news.php
代碼片段和文件信息
function?curl_file_get_contents($durl$type=0){//如果服務器支持curl(執行速度快)的話type默認即可如果不支持請改為1(file)或2(file_get_contents)
???if($type==1){
??$r=file($durl);$r?=?implode(‘‘?$r);
}else?if($type==2){
???$r=file_get_contents($durl);
}else{
???$ch?=?curl_init();
???curl_setopt($ch?CURLOPT_URL?$durl);
???curl_setopt($ch?CURLOPT_TIMEOUT?5);
???curl_setopt($ch?CURLOPT_USERAGENT?_USERAGENT_);
???curl_setopt($ch?CURLOPT_REFERER_REFERER_);
???curl_setopt($ch?CURLOPT_RETURNTRANSFER?1);
???$r?=?curl_exec($ch);
???curl_close($ch);
}
???return?$r;
}
function?direction($url$type=0){
$key=“http://“.str_replace(“http:/“““str_replace(“http//“““str_replace(“http:“““str_replace(“http://“““$url))));
$key=str_replace(“_““.“$key);
$allow=array(“people.com.c
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1521??2010-11-19?16:48??news.php
?????文件????????1375??2010-11-19?17:22??function.php
?????文件????????1039??2010-11-19?17:22??show.php
- 上一篇:libpng-1.4.2.tar.gz
- 下一篇:H5微信網頁授權接口開發 PHP
評論
共有 條評論