网站首页

>>

PHP初级教程手册


函数:gettype()



gettype

取得变量的类型。

语法: string gettype(mixed var);

返回值: 字符串

函数种类: PHP 系统功能

内容说明

本函数用来取得变量的类型。返回的类型字符串可能为下列字符串其中之一:integer、double、string、array、object、unknown type。

参考

settype()  



整理: (www.phpernote.com)

[ 上一页   目录页   下一页 ]

|