摘要:
$uri = 'http://localhost/ToyTest/X17-45990_1.dmg';echo remote_filesize($uri);function remote_filesize($uri,$user='',$pw=''){ ob_start(); $ch = curl_init($uri); curl_setopt($ch,CURLOPT_HEADER, 1); curl_setopt($ch,CURLOPT_NOBODY, 1); if (!empty($user)&& !empty($pw)){ $h 阅读全文
posted @ 2013-02-07 10:54
lsl8966
阅读(288)
评论(0)
推荐(0)
浙公网安备 33010602011771号