Home  >  Article  >  Backend Development  >  PHP 八种基本的数据类型_PHP教程

PHP 八种基本的数据类型_PHP教程

WBOY
WBOYOriginal
2016-07-12 09:05:02946browse

PHP 八种基本的数据类型

四种标量类型:
boolean (布尔型)
integer (整型)
float (浮点型, 也称作 double)
string (字符串)
两种复合类型:
array (数组)
object (对象)
最后是两种特殊类型:
resource (资源)
NULL (NULL)
如果要将一个变量强制转换为某类型,可以对其使用强制转换或者 settype() 函数。

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/1070925.htmlTechArticlePHP 八种基本的数据类型 四种标量类型: boolean (布尔型) integer (整型) float (浮点型, 也称作 double) string (字符串) 两种复合类型:...
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