vote up 2 vote down star

Is there a way in PHP to destroy an object from within that same object?

flag

2 Answers

vote up 8 vote down check

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.

link|flag
vote up 1 vote down

No, I don't think there is. But would you need such thing?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.