Dormire
0
Q:

getttype php

gettype ( mixed $var ) : string

gettype ("SALUT") => string
gettype (2) => integer    
  ...etc ...
  
"bool"
"integer"
"double"
"array"
"object"
"resource"
"NULL"
"unknown type"
4

New to Communities?

Join the community