判断数组中有没有某个键 isset 和 array_key_exists 谁的效率高呢?
使用 array_key_exists 代码如下
结果如下
如果使用 isset 代码如下
结果如下:
很明显 isset效率更高