Home >Backend Development >PHP Tutorial >php里float和double是一样的嘛?

php里float和double是一样的嘛?

WBOY
WBOYOriginal
2016-06-06 20:23:322190browse

是不是real,float,double在php里都是指同一个东西。

回复内容:

是不是real,float,double在php里都是指同一个东西。

尽管PHP是弱类型语言,但是还是有类型之分的!
在官方的文档里,提到的所有类型如下:

Boolean 布尔类型
Integer 整型
Float 浮点型
String 字符串
Array 数组
Object 对象
Resource 资源类型
NULL
Callback 回调类型

推荐阅读:PHP: 类型

在php内部是不一样的,不过在用的时候可以不用过多关注,因为php会自动处理类型。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn