Run ❯
Get your own PHP server
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
The PHP is_nan() Function
"; // Check if value is not a number (NaN) var_dump(is_nan($x)); ?>
The PHP is_nan() Function
float(NAN)
bool(true)