is there any way to access all references to given object?
Posted
by ts
on Stack Overflow
See other posts from Stack Overflow
or by ts
Published on 2010-05-23T22:04:53Z
Indexed on
2010/05/23
22:11 UTC
Read the original article
Hit count: 131
Hello
anyone has idea if and how is it possible to destroy / change php object which is referenced in many places? unset obviously destroys only one reference, and sometimes tracing all references manually is not an option. Any ideas? Maybe there is something i am missing in Reflection ?
© Stack Overflow or respective owner