Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Finds whether the type of a variable is float
Alias is_double
is_float(mixed $value): bool
            return $array->offsetExists($key);

        }



        if (
is_float($key)) {

            
$key = (string) $key;

        }
            return 0;

        }



        if (
is_int($result) || is_float($result)) {

            return 
$result;

        }