How to indentify an object? ( Like hashcode() in java )
Posted: Mon Aug 07, 2006 3:04 pm
Is there something in PHP you can call on an object that will let you identifiy that specific object, like the default hashcode method in java?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
print($obj)That's what I want to know.Weirdan wrote:why would you need that in PHP?