取得变量的类型。
语法: string gettype(mixed var);
返回值: 字符串
函数种类: PHP 系统功能
本函数用来取得变量的类型。返回的类型字符串可能为下列字符串其中之一:integer、double、string、array、object、unknown type。
settype()