| PHP3 Manual | ||
|---|---|---|
| Prev | Next | |
gettype -- Get the type of a variable.
Returns the type of the PHP variable var.
Possibles values for the returned string are:
"integer"
"double"
"string"
"array"
"class"
"object"
"unknown type"
See also settype().
| Prev | Home | Next |
| Variable functions | Up | intval |