spl_object_hash

(PHP 5 >= 5.2.0, PHP 7)

spl_object_hash ����ָ�������hash id

˵��

spl_object_hash ( object $obj ) : string

������Ϊָ�����󷵻�һ��Ψһ��ʶ���������ʶ����������Ϊ�����������ֲ�ͬ�����hash key��

����

object

Any object.

����ֵ

�ַ���������ÿ������������Ψһ�ģ����Ҷ�ͬһ��������������ͬ��

����

Example #1 A spl_object_hash() example

<?php
$id 
spl_object_hash($object);
$storage[$id] = $object;
?>

ע��

Note:

When an object is destroyed, its hash may be reused for other objects.