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