PHP function is_double()
Alias of function is_float().
Availability in PHP 4.0
Alias of function is_float().
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$var |
mixed |
not | The variable being evaluated. |
Return values
bool
true if var is a float, false otherwise.
Other resources
Loading comments...