function:file_exists ( filename );return type:booleancontent:ใช้ตรวจสอบว่า ไฟล์ที่กำหนดมีอยู่จริง ใช่หรือไม่example:if ( file_exists ( "/model/bamboo.txt" ) ) { echo "file exists"; }