PHP教程
PHP Mysql
PHP面向对象
PHP常用

PHP 布尔

PHP Boolean

这些数据类型提供0或1的输出。在PHP中,True的值为1,False的值为空。

语法

<?php
$foo = true; // assign the value true to $foo
?> 

示例 1

<?php
    $a=true;
    echo $a;
?>
输出:
PHP Boolean
昵称: 邮箱:
Copyright © 2022 立地货 All Rights Reserved.
备案号:京ICP备14037608号-4