作者phpasp (就是要嘘 大XD)
站内PHP
标题[请益] 请问 file_exists 是不是只能找自己主机的档案阿??
时间Wed Aug 29 14:22:47 2007
我用 file_exists 去找别的网站网页存不存在
好像都找不到耶~~都显示不存在....明明就有网页阿
只有试自己电脑的网页存不存在~~能够正确显示出来
$bb='
http://member.ettoday.com/book/function.php-is_file.htm '
if (file_exists($bb)) {
echo "The file $filename exists";
} else {
echo "The file $filename does not exist";
}
还是说有别的函式可以用的 感谢大大
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 203.73.242.78
※ 编辑: phpasp 来自: 203.73.242.78 (08/29 14:23)
1F:推 alpe:php.net 没说可以check web 的啊 08/29 14:36