php中__destruct与register_shutdown_function执行的先后顺序问题 根据php手册的解析。__destruct是析构函数会在到某个对象的所有引用都被删除或者当对象被 __destruct