| 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 |