(PHP 4 >= 4.2.0, PHP 5, PHP 7)
floatval — Get float value of a variable
var
May be any scalar type. floatval() should not be used on objects, as doing so will emit an E_NOTICE
level error and return 1.
The float value of the given variable. Empty arrays return 0, non-empty arrays return 1.
Strings will most likely return 0 although this depends on the leftmost characters of the string. The common rules of float casting apply.
Example #1 floatval() Example
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.floatval.php