is_integer

(PHP3 , PHP4 )

is_integer -- Find whether a variable is an integer

Description

int is_integer (mixed var)

This function is an alias for is_long().

See also is_bool(), is_double(), is_float(), is_int(), is_string(), is_real(), is_object(), is_array(), and is_long().