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