主页
PHP
PHP 数据类型
tryphp_datatypes_null
运行 ❯
×
更改方向
保存代码
更改主题
<?php $x = "Hello world!"; $x = null; var_dump($x); ?>
NULL