Saturday, 3 March 2012

What does isNaN function do? | PHP

The isNaN() function determines whether a value is an illegal number (Not-a-Number).
This function returns true if the value is NaN, and false if not.

No comments: