加入收藏 | 设为首页 | 会员中心 | 我要投稿 安卓应用网 (https://www.0791zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > PHP > 正文

PHP 八种基本的数据类型

发布时间:2020-05-25 02:57:27 所属栏目:PHP 来源:互联网
导读:四种标量类型:boolean(布尔型)integer(整型)float(浮点型, 也称作double)string(字符串)两种复合类型:array(数组)object(对象)最后是两种特殊类型:resource(资源)NULL(NULL)为了确保代码的易读性,本手册还介绍了一些伪类型:mixednumberca

<p class="para">四种标量类型:


<ul class="itemizedlist">
<li class="listitem"><span class="simpara"><span class="type"><a class="type boolean" href="http://www.php.net/manual/zh/language.types.boolean.php"&gt;boolean(布尔型)
<li class="listitem"><span class="simpara"><span class="type"><a class="type integer" href="http://www.php.net/manual/zh/language.types.integer.php"&gt;integer(整型)
<li class="listitem"><span class="simpara"><span class="type"><a class="type float" href="http://www.php.net/manual/zh/language.types.float.php"&gt;float(浮点型,也称作<span class="type"><a class="type double" href="http://www.php.net/manual/zh/language.types.float.php"&gt;double)
<li class="listitem"><span class="simpara"><span class="type"><a class="type string" href="http://www.php.net/manual/zh/language.types.string.php"&gt;string(字符串)

.

如果只是想得到一个易读懂的类型的表达方式用于调试,用用is_函数。

(编辑:安卓应用网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读