is_double

( PHP 3 , PHP 4 )

is_double -- Détermine si une variable est de type double.

Description

bool is_double ( mixed var)

is_double( ) renvoie TRUE si la variable var est du type "double " , FALSE sinon .

Voir aussi is_array( ) , is_bool( ) , is_float( ) , is_int( ) , is_integer( ) , is_real( ) , is_string( ) , is_long( ) , et is_object( ) .