Is there a way in PHP to destroy an object from within that same object?
|
|
If a method is called in the object's context then there has to be at least one reference to that object. And since php only removes unreachable objects the answer is: no. |
||
|
|
|
|
No, I don't think there is. But would you need such thing? |
||
|
|
