is_float
PHP 4, PHP 5, PHP 7, PHP 8
is_float - Finds whether the type of a variable is float
Code Examples
Example #1 is_float example
Result: bool(true)
bool(false)
bool(false)
bool(true)
bool(true)
bool(false)