一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

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

如果你使用file_get_contents獲取遠程文件內容返回為空或提示該函數(shù)不可用,也許本文能幫到你!
使用file_get_contents和fopen必須空間開啟allow_url_fopen。方法:編輯php.ini,設置allow_url_fopen = On,allow_url_fopen關閉時fopen和file_get_contents都不能打開遠程文件。如果你使用的是虛擬主機可以考慮用curl函數(shù)來代替。
curl函數(shù)的使用示例:
復制代碼 代碼如下:
$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函數(shù)來判斷php是否支持file_get_contents,否則用curl函數(shù)來代替。
PS
1、如果你的主機服務商把curl也關閉了,那你還是換個主機商吧!
2、allow_url_fopen設為off,并不代表你的主機不支持file_get_content函數(shù)。只是不能打開遠程文件而已。function_exists(‘file_get_contents')返回的是true。所以網上流傳的《file_get_contents函數(shù)不可用的解決方法》還是不能解決問題。
錯誤代碼:
復制代碼 代碼如下:
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返回為空或函數(shù)不可用的解決方案,轉載需保留來源!

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

主站蜘蛛池模板: 国产三级毛片 | 国产2021精品视频免费播放 | 激情小说图片区 | 国色天香一区三区四区小说 | 五月婷综合 | 99精品在免费线视频 | 亚洲欧美一区二区三区不卡 | 一色网 | 六月色| 国产精品久久久久影视青草 | 美女黄色免费 | 97人人模人人揉人人捏 | 中文字幕一区二区视频 | 韩国特级一级毛片免费网站 | 日本一区二区在线免费观看 | 粉嫩粉嫩毛片视频 | 99热成人精品国产免男男 | 国产视频三区 | 国产成人无精品久久久久国语 | 久久久亚洲精品视频 | 玖玖色在线 | 国产91在线精品福利 | 国产精品对白刺激 | 好吊妞视频988在线播放 | 久久99国产精品久久99软件 | 日产精品一区二区 | 六月丁香啪啪六月激情 | xf在线a精品一区二区视频网站 | sihu国产午夜精品一区二区三区 | 日产精品一区二区免费 | 好吊色青青草 | 日本一区二区三区久久 | 久视频在线观看久视频 | 韩国一级毛片视频免费观看 | 国产在视频 | 黄在线观看www免费看 | 91杏吧在线网站 | 在线亚洲播放 | 欧美xxxx色视频在线观看免费 | 国产一进一出视频网站 | 精品无人区一区二区三区 |