PHP3 Manual | ||
---|---|---|
Prev | Next |
settype -- Set the type of a variable.
Set the type of variable var to type.
Possibles values of type are:
"integer"
"double"
"string"
"array"
"object"
Returns true if successful; otherwise returns false.
See also gettype().
Prev | Home | Next |
isset | Up | Gz-file Functions |