G. isset($a),unset($a),empty($a)的区别

Posted 友缘聚友

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了G. isset($a),unset($a),empty($a)的区别相关的知识,希望对你有一定的参考价值。

unset($a)

语义:使变量$a不再指向任何内存地址,所以变量会被垃圾自动回收机制清除

isset($a)和 unset($a)


 

以上是关于G. isset($a),unset($a),empty($a)的区别的主要内容,如果未能解决你的问题,请参考以下文章

PHP中的魔术方法:__construct, __destruct , __call,__get, __set, __isset, __unset , __toString, __set,__clon

isset和empty,isset和unset,__isset和__unset

empty和isset区别

is_null, empty, isset, unset

魔术方法 __unset __isset __destruct

php PHP Magic方法__isset()和__unset()