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