php判断远路文件是否存在

WBOY
リリース: 2016-06-13 10:40:29
オリジナル
786 人が閲覧しました

php判断远程文件是否存在

//判断远程文件是否存在function remote_file_exists($url) {	$executeTime = ini_get('max_execution_time');	ini_set('max_execution_time', 0);	$headers = @get_headers($url);	ini_set('max_execution_time', $executeTime);	if ($headers) {		$head = explode(' ', $headers[0]);		if ( !empty($head[1]) && intval($head[1]) < 400) return true;	}	return false;}
ログイン後にコピー

?

神奇的iteye,居然有两个empty,无语了.

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート