Manuál PHP | ||
---|---|---|
Předcházející | Další |
Returns the float value of var.
Var may be any scalar type. You cannot use floatval() on arrays or objects.
<?php |
See also intval(), strval(), settype() and Type juggling.
Předcházející | Domů | Další |
empty | Nahoru | get_defined_vars |