What does isNaN function do? | PHPWhat does isNaN function do?

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.