Home > php教程 > php手册 > php数据类型判断函数有哪些

php数据类型判断函数有哪些

WBOY
Release: 2016-06-06 20:27:38
Original
1391 people have browsed it

php数据类型判断时需要注意的是is_numeric() 检测变量是否为数字或数字字符串有别 is_integer()

复制代码 代码如下:


is_bool()、is_float()、is_int()、is_string()、is_object()、is_array() 和 is_integer()。


注意当判断

is_numeric() 检测变量是否为数字或数字字符串 有别 is_integer() ,
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template