spl_object_hash

php.internals

Stanislav Malyshev

19 years ago
I see there's a new function called spl_object_hash which does object ID (which I for one welcome :) - but it is not documented anywhere in the manual. Is it an omission or there's some reason to that?
-- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/

Hannes Magnusson

19 years ago
Human resource problem. We welcome any help we can get, there are still lots of things undocumented. -Hannes On 11/3/06, Stanislav Malyshev <stas@zend.com> wrote:

Marcus Börger

19 years ago
Hello Stanislav, no, it is an oversight. The function simply generated a hash form objects, where hash is an md5 string that is always unique as it is build by object id and object handler address. best regards marcus Friday, November 3, 2006, 8:24:38 PM, you wrote:
> I see there's a new function called spl_object_hash which does object ID > (which I for one welcome :) - but it is not documented anywhere in the > manual. Is it an omission or there's some reason to that?
> -- > Stanislav Malyshev, Zend Products Engineer > stas@zend.com http://www.zend.com/
Best regards, Marcus