is_double

(PHP 3, PHP 4 )

is_double -- Finds whether a variable is a double

Description

bool is_double (mixed var)

Returns true if var is a double, false otherwise.

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