PHP is_long() Function

PHP is_long() Function


Description

The is_long() function is used to test whether the type of the specified variable is an integer or not. The function is an alias of is_int().

Version:

(PHP 4 and above)

Syntax:

is_long(var_name)