/判斷遠端檔案是否存在
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教學有興趣的朋友有幫助。