类的析构 将对象的引用 设置为 null
对呀,这就是析构函数,您有什么问题嘛
因为$james2=&$james,所以当$james2=null时,$james也等于null,这样就触发了析构函数,起到清理缓存的作用,明白吗