判断变量类型是否为浮点数类型。
语法: int is_float(mixed var);
返回值: 整数
函数种类: PHP 系统功能
内容说明 若变量为浮点数类型则返回 true,否则返回 false。