is_double

( PHP 3 , PHP 4 )

is_double -- Prüft, ob eine Variable vom Typ double ist

Beschreibung:

int is_double ( mixed var)

Liefert TRUE , wenn var vom Typ double ist , sonst FALSE .

Siehe auch is_array( ) , is_float( ) , is_int( ) , is_integer( ) , is_real( ) , is_string( ) , is_long( ) und is_object( ) .