runkit7_object_id
(PECL runkit7 >= Unknown)
runkit7_object_id — Return the integer object handle for given object
説明
This function is equivalent to spl_object_id().
This function returns a unique identifier for the object. The object id is unique for the lifetime of the object. Once the object is destroyed, its id may be reused for other objects. This behavior is similar to spl_object_hash().
パラメータ
obj
-
Any object.
戻り値
An integer identifier that is unique for each currently existing object and is always the same for each object.
注意
注意:
When an object is destroyed, its id may be reused for other objects.
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google