PHP » PYTHON |
login |
register |
about
|
isinstance(var, float) is_float(PHP 4, PHP 5) is_float — Finds whether the type of a variable is float DescriptionFinds whether the type of the given variable is float.
Parameters
Return ValuesReturns TRUE if var is a float, FALSE otherwise. Examples
Example #1 is_float() example
<?php The above example will output: is float bool(false) bool(false) bool(true) bool(true) bool(false)
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|