PHP垃圾回收机制引用计数器概念分析
内容摘要
如果你安装了xdebug,就可以用xdebug_debug_zval()显示“zval”的信息了。如下:
http://php.net/manual/zh/features.gc.refcounting-basics.php
http://php.net/manual/zh/features.gc.refcounting-basics.php
文章正文
如果你安装了xdebug,就可以用xdebug_debug_zval()显示“zval”的信息了。如下:
http://php.net/manual/zh/features.gc.refcounting-basics.php
代码注释