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