主页
PHP
PHP 数据类型
tryphp_datatypes_bool
运行 ❯
×
更改方向
保存代码
更改主题
<?php $x = true; var_dump($x); ?>
bool(true)