Re: [PHP-DEV] spl_object_hash

2006-11-03 Thread Marcus Boerger
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 f

Re: [PHP-DEV] spl_object_hash

2006-11-03 Thread Hannes Magnusson
Human resource problem. We welcome any help we can get, there are still lots of things undocumented. -Hannes On 11/3/06, Stanislav Malyshev <[EMAIL PROTECTED]> 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