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

PHP 獲取遠程文件內容的函數代碼

如下函數:
復制代碼 代碼如下:
<?
/**
獲取遠程文件內容
@param $url 文件http地址
*/
function fopen_url($url)
{
if (function_exists('file_get_contents')) {
$file_content = @file_get_contents($url);
} elseif (ini_get('allow_url_fopen') && ($file = @fopen($url, 'rb'))){
$i = 0;
while (!feof($file) && $i++ < 1000) {
$file_content .= strtolower(fread($file, 4096));
}
fclose($file);
} elseif (function_exists('curl_init')) {
$curl_handle = curl_init();
curl_setopt($curl_handle, CURLOPT_URL, $url);
curl_setopt($curl_handle, CURLOPT_CONNECTTIMEOUT,2);
curl_setopt($curl_handle, CURLOPT_RETURNTRANSFER,1);
curl_setopt($curl_handle, CURLOPT_FAILONERROR,1);
curl_setopt($curl_handle, CURLOPT_USERAGENT, 'Trackback Spam Check'); //引用垃圾郵件檢查
$file_content = curl_exec($curl_handle);
curl_close($curl_handle);
} else {
$file_content = '';
}
return $file_content;
}
?>

相關解釋:
1,ini_get : Returns the value of the configuration option as a string on success, or an empty string on failure(讀取 php.ini 配置文件中的值)
2,; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
allow_url_fopen = On(配置文件中的內容)
3,fopen( "rb"): 在操作二進制文件時如果沒有指定 'b' 標記,可能會碰到一些奇怪的問題,包括壞掉的圖片文件以及關于 /r/n 字符的奇怪問題。
注意: 為移植性考慮,強烈建議在用 fopen() 打開文件時總是使用 'b' 標記。
注意: 再一次,為移植性考慮,強烈建議你重寫那些依賴于 't' 模式的代碼使其使用正確的行結束符并改成 'b' 模式。
4,strtolower -- Make a string lowercase
5,curl_init() :curl_init -- Initialize a cURL session(初始化一個cUrl會話)
resource curl_init ( [string url] )
Initializes a new session and return a cURL handle for use with the curl_setopt(), curl_exec(), and curl_close() functions.
url--If provided, the CURLOPT_URL option will be set to its value. You can manually set this using the curl_setopt() function.
Returns a cURL handle on success, FALSE on errors.
6,curl_setopt -- Set an option for a cURL transfer(提供設置)
bool curl_setopt ( resource ch, int option, mixed value )
Sets an option on the given cURL session handle. (具體請看 php 手冊) There:
CURLOPT_URL :The URL to fetch. You can also set this when initializing a session with curl_init().
CURLOPT_CONNECTTIMEOUT :The number of seconds to wait whilst trying to connect. Use 0 to wait indefinitely.(無限期等待 設置為 0)
CURLOPT_RETURNTRANSFER :TRUE to return the transfer as a string of the return value of curl_exec() instead of outputting it out directly.
CURLOPT_FAILONERROR :TRUE to fail silently if the HTTP code returned is greater than or equal to 400. The default behavior is to return the page normally, ignoring the code.
CURLOPT_USERAGENT :The contents of the "User-Agent: " header to be used in a HTTP request.
7,curl_exec : Perform a cURL session, This function should be called after you initialize a cURL session and all the options for the session are set.
如果成功則返回 TRUE,失敗則返回 FALSE。 However, if the CURLOPT_RETURNTRANSFER option is set, it will return the result on success, FALSE on failure
8,curl_close -- Close a cURL session

下面是一些參考代碼:
php 采集程序 常用函數
php 采集獲取指定網址的內容

php技術PHP 獲取遠程文件內容的函數代碼,轉載需保留來源!

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

主站蜘蛛池模板: 久久精品视在线观看2 | 亚洲综合色在线视频久 | 久久视频这里只精品99热在线 | 88福利视频| 青青青青青青青草 | 99视频精品在线 | 韩国演艺圈悲惨在线 | 国产精人妻无码一区麻豆 | 亚洲欧美成人综合 | 天天狠狠弄夜夜狠狠躁·太爽了 | 九色PORNY真实丨首页 | 久久精品手机观看 | brazzers欧美最新版视频 | 92午夜理论第1000集 app | 野草在线视频完整视频 | 欧美美女一区二区三区 | 嫩草国产福利视频一区二区 | 日本湿姝在线观看 | 国产精品系列在线观看 | 女人高潮久久久叫人喷水 | 欧美黑人巨大xxxxx | 欧美午夜特黄AAAAAA片 | 亚欧视频在线观看 | X8X8拨牐拨牐X8免费视频8午夜 | 精品亚洲大全 | 免费精品在线视频 | 国产MD视频一区二区三区 | 扒开腿狂躁女人GIF动态图 | 国产亚洲精品久久久久久禁果TV | 99精品国产免费观看视频 | 旧里番ovaの催○セイ活指导 | 纯肉腐文高H总受男男 | 麻豆啊传媒app黄版破解免费 | 97人妻久久久精品系列A片 | 蜜柚视频高清在线 | 日韩精品无码视频一区二区蜜桃 | 三级成年网站在线观看 | 国产精品xxxav免费视频 | 国产成人综合网在线观看 | 日本阿v直播在线 | 色噜噜噜视频 |