function:is_real ( varname );return type:booleancontent:ใช้ตรวจสอบว่า ตัวแปรนั้น เป็น เลขจำนวนจริง ใช่หรือไม่example:if ( is_real ( 300.00 ) ) { echo "var type real number"; }