<?php
$url =
'http://yuncode.net/images/test.jpg'
;
if
( @
fopen
( $url,
'r'
) )
{
echo
'远程图片文件存在 '
}
else
'远程图片文件不存在 '
?>