By using this function, we can check the input variable is integer or not. This function was introduced in PHP 4.0.
Parameter | Description | Is compulsory |
---|---|---|
var_name | The variable being checked. | compulsory |
This function returns true if var_name is an integer, Otherwise false.
Output:
Output:
Output: