Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26310 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29514 invoked by uid 1010); 3 Nov 2006 19:39:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29499 invoked from network); 3 Nov 2006 19:39:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2006 19:39:23 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 81.169.182.136 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from [81.169.182.136] ([81.169.182.136:51546] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/B8-07680-8EA9B454 for ; Fri, 03 Nov 2006 14:39:20 -0500 Received: from localhost (strato.aixcept.de [81.169.182.136]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 700F361029D; Fri, 3 Nov 2006 20:39:17 +0100 (CET) Date: Fri, 3 Nov 2006 20:39:15 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1551352345.20061103203915@marcus-boerger.de> To: Stanislav Malyshev Cc: 'PHP Internals' In-Reply-To: <454B9776.20001@zend.com> References: <454B9776.20001@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] spl_object_hash From: helly@php.net (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 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