Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
spl_object_hash
Description
string spl_object_hash ( object obj )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.
Návratové hodnoty
Returns string that is unique for each object and is always the same for the same object.
PÅ™edcházejÃcà | Domů | Dalšà |
spl_classes | Nahoru |