我NULL在PHP中有一个问题:
NULL
$a = ''; if($a == NULL) { echo 'is null'; }
当为空字符串时,为什么我看到为null$a?那是一个错误吗?
$a
php null
null ×1
php ×1