天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

關于file_get_contents返回為空或函數不可用的解決方案

如果你使用file_get_contents獲取遠程文件內容返回為空或提示該函數不可用,也許本文能幫到你!
使用file_get_contents和fopen必須空間開啟allow_url_fopen。方法:編輯php.ini,設置allow_url_fopen = On,allow_url_fopen關閉時fopen和file_get_contents都不能打開遠程文件。如果你使用的是虛擬主機可以考慮用curl函數來代替。
curl函數的使用示例:
復制代碼 代碼如下:
$ch = curl_init();
$timeout = 5;
curl_setopt ($ch, CURLOPT_URL, ‘http://www.jb51.NET');
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$file_contents = curl_exec($ch);
curl_close($ch);

利用function_exists函數來判斷php是否支持file_get_contents,否則用curl函數來代替。
PS
1、如果你的主機服務商把curl也關閉了,那你還是換個主機商吧!
2、allow_url_fopen設為off,并不代表你的主機不支持file_get_content函數。只是不能打開遠程文件而已。function_exists(‘file_get_contents')返回的是true。所以網上流傳的《file_get_contents函數不可用的解決方法》還是不能解決問題。
錯誤代碼:
復制代碼 代碼如下:
if (function_exists(‘file_get_contents')) {
$file_contents = @file_get_contents($url);
}else{
$ch = curl_init();
$timeout = 30;
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$file_contents = curl_exec($ch);
curl_close($ch);
}

應改為:
復制代碼 代碼如下:
if (function_exists(‘file_get_contents')) {//判斷是否支持file_get_contents
$file_contents = @file_get_contents($url);
}
if ($file_contents == ”) {//判斷$file_contents是否為空
$ch = curl_init();
$timeout = 30;
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$file_contents = curl_exec($ch);
curl_close($ch);
}

最終代碼:
復制代碼 代碼如下:
function file_get_content($url) {
if (function_exists(‘file_get_contents')) {
$file_contents = @file_get_contents($url);
}
if ($file_contents == ”) {
$ch = curl_init();
$timeout = 30;
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$file_contents = curl_exec($ch);
curl_close($ch);
}
return $file_contents;
}

用法:
echo file_get_content(‘http://www.jb51.NET');

php技術關于file_get_contents返回為空或函數不可用的解決方案,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 一个人高清在线观看日本免费 | 99re热精品视频国产免费 | 国产极品白嫩超清在线观看 | 免费亚洲视频在线观看 | 石原莉奈rbd806中文字幕 | 无码欧美喷潮福利XXXX | 久久视频在线视频观品15 | 伊人在线高清视频 | 日韩欧美中文字幕在线 | 国产精品爆乳尤物99精品 | 95国产精品人妻无码久 | 久久频这里精品99香蕉久网址 | 尤物久久99国产综合精品 | 在线自拍亚洲视频欧美 | 国产69精品久久久熟女 | 天天爽夜夜爽 | 四虎国产精品免费观看视频 | 中文字幕久精品视频在线观看 | 张津瑜的9分58秒7段免费 | 日本国产成人精品无码区在线网站 | 扒开粉嫩的小缝末成年小美女 | xxxxx69hd杨幂| 久久不射电影网 | 天美麻豆成人AV精品视频 | 亚洲欧美精品无码一区二在线 | 奶头被客人吸得又红又肿 | 亚洲激情网站 | 国产女合集第六部 | 热中文热国产热综合 | 97精品在线 | 看80后操 | 人人模人人干 | 国产精品久久久久激情影院 | 青青草偷拍国产亚洲欧洲 | 91情国产l精品国产亚洲区 | adc高清在线观看 | 精品久久久久久久久免费影院 | 国产AV视频一区二区蜜桃 | 精品国产午夜肉伦伦影院 | 国产高清免费观看 | 午夜理论片YY4399影院 |