string gettype
Returns the type of the PHP variable var.
Possibles values for the returned string are:
"integer"
"double"
"string"
"array"
"object"
"unknown type"
See also settype().