[請益] 請問 file_exists 是不是只能找自己主機的檔案阿??

看板PHP作者 (就是要噓 大XD)時間17年前 (2007/08/29 14:22), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
我用 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)

08/29 14:36, , 1F
php.net 沒說可以check web 的啊
08/29 14:36, 1F
文章代碼(AID): #16rH2x24 (PHP)