Please answer this simple SPAM challenge: min(eight, nine)? (Example: nine)
is_float() returns true for NAN, INF and -INF. You may want to test is_float($value) && is_finite($value), or alternatively filter_var($value, FILTER_VALIDATE_FLOAT) !== false.
<< Back to user notes page