Str::float()
Convert the value to a float with a decimal point, no matter what the locale setting is
Str::float(string|int|float|null $value): string
Parameters
Name | Type | Default |
---|---|---|
$value | string orint orfloat ornull |
no default value |
Return type
string