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

php獲取遠程圖片體積大小的實例

直接看代碼吧,很好明白的
復制代碼 代碼如下:
//用法 echo remote_filesize($url,$user='',$pw='');
$url = "http://www.aa.com/librarys/images/random/rand_11.jpg";//這里要換成你的圖片地址
echo remote_filesize($url,$user='',$pw='');

function remote_filesize($uri,$user='',$pw='')
{
// start output buffering
    ob_start();
// initialize curl with given uri
    $ch = curl_init($uri); // make sure we get the header
    curl_setopt($ch, CURLOPT_HEADER, 1); // make it a http HEAD request
    curl_setopt($ch, CURLOPT_NOBODY, 1); // if auth is needed, do it here
    if (!empty($user) && !empty($pw))
    {
        $headers = array('Authorization: Basic ' . base64_encode($user.':'.$pw));
        curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
    }
    $okay = curl_exec($ch);
    curl_close($ch); // get the output buffer
    $head = ob_get_contents(); // clean the output buffer and return to previous // buffer settings
    ob_end_clean();  // gets you the numeric value from the Content-Length // field in the http header
    $regex = '/Content-Length:/s([0-9].+?)/s/';
    $count = preg_match($regex, $head, $matches);  // if there was a Content-Length field, its value // will now be in $matches[1]
    if (isset($matches[1]))
    {
        $size = $matches[1];
    }
    else
    {
        $size = 'unknown';
    }
    $last_mb = round($size/(1024*1024),3);
 $last_kb = round($size/1024,3);
    return $last_kb . 'KB / ' . $last_mb.' MB';
}

函數的思路是,先CURL獲取圖片到緩沖區,然后正則獲取圖片的Content-Length信息就OK了。

php技術php獲取遠程圖片體積大小的實例,轉載需保留來源!

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

主站蜘蛛池模板: 美女免费精品视频在线观看 | 中文字幕在线亚洲 | 天天做天天添天天谢 | 在线观看免费午夜大片 | 欧美人与牲动交xxxxbbbb | 国产久爱青草视频在线观看 | 五月天婷婷激情 | 伊人色综合久久成人 | 免费看的黄网站 | 精品国产一区二区二三区在线观看 | 午夜第一页 | 欧美色综合图片区19p | 成人国产第一区在线观看 | 97精品国产自在现线免费 | 国产亚洲精品拍拍拍拍拍 | 色哟哟网站入口 | 天天久久狠狠色综合 | 日本韩国三级在线 | 国产精品第一 | 国语对白一区二区三区 | 一区二区三区不卡免费视频97 | 伊人干综合网 | 91久久香蕉国产线看 | 久久精品国产亚洲片 | 国产香蕉一区二区精品视频 | 久久免费区一区二区三波多野 | 久久精品国产亚洲麻豆 | 久久伊人精品综合观看99 | 韩国毛片视频 | 国产婷婷| 中国女人一级做受免费视频 | 国产精品视频一区二区三区w | 久久久久久91香蕉国产 | 91伦理视频 | 波多野结衣一区二区三区高清在线 | 国产精品视频成人 | 国产原创自拍 | 亚洲视频一区网站 | 4hu最新| 欧美成人vr片线看 | 欧美激情网站 |