UTILITY
env_float()
Read an environment variable as a float.
Signature
?float env_float(string $name, ?float $default = null)
Example
env_float('RATE', 1.5);Available from: 1.5.0