The php data type determines what functions are available

  • 2020-09-28 08:49:44
  • OfStack

 
is_bool() , is_float() , is_int() , is_string() , is_object() , is_array()  and  is_integer() .  

Notice that when judging

is_numeric() detects if the variable is a number or a numeric string.

Related articles: