is_null
is_numeric("1234") #检测是否数字
is_int  #是否是整数 
is_float 
is_double
is_bool 
is_string

is_array #检测是否数组