首頁 >後端開發 >php教程 >get_headers函數判斷遠端檔案是否存在

get_headers函數判斷遠端檔案是否存在

WBOY
WBOY原創
2016-07-29 08:55:371423瀏覽
/判斷遠端檔案是否存在  
function remote_file_exists($url) {  
            ini_set('max_execution_time', 0);  
        $headers = @get_headers ($url);  
        ini_set('max_execution_time', $executeTime);  🎠       $head = 
explode(' ', $headers[0]);  
            if ( !emptyempty($head[1]) && intval($head )
        return false;    }  
以上就介紹了get_headers函數判斷遠端檔案是否存在,包括了方面的內容,希望對PHP教學有興趣的朋友有幫助。
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
上一篇:負載平衡配置下一篇:負載平衡配置