PHP is_nan() 函数
定义和用法
is_nan() 函数检查一个值是否为“非数字”。
如果指定的值为“非数字”,此函数返回 true (1),否则返回 false/nothing。
语法
is_nan(value);
参数值
参数 | 描述 |
---|---|
value | 必需。指定要检查的值 |
技术细节
返回值 | 如果value 是“非数字”,则为 TRUE,否则为 FALSE |
---|---|
返回类型 | 布尔型 |
PHP 版本 | 4.2+ |
❮ PHP 数学参考
is_nan() 函数检查一个值是否为“非数字”。
如果指定的值为“非数字”,此函数返回 true (1),否则返回 false/nothing。
is_nan(value);
参数 | 描述 |
---|---|
value | 必需。指定要检查的值 |
返回值 | 如果value 是“非数字”,则为 TRUE,否则为 FALSE |
---|---|
返回类型 | 布尔型 |
PHP 版本 | 4.2+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]