empty

PHP 函数常见错误的替代方案

以下是 php 函数中常见错误的替代方案:使用 is_null() 替换 empty(),以正确检测 null 值。使用 isset() 替换 array_key_exists()…