Descripción
int
settype ( string var, string type)
Establece el tipo de la varible var como
type_
Los valores posibles para type son:
"integer"
"double"
"string"
"array"
"object"
Devuelve TRUE si se lleva a cabo con éxito; en otro caso devuelve FALSE_
Ver también gettype()_