spl_object_hash
Return hash id for given object
Description
stringspl_object_hash
objectobj
This function returns an unique identifier for the object. This id can be
used as a hash key for storing objects or for identifying an object.
&reftitle.parameters;
object
Any object.
&reftitle.returnvalues;
Returns a string that is unique for each object and is always the same for
the same object.
&reftitle.examples;
A spl_object_hash example
]]>