Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21705 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98264 invoked by uid 1010); 27 Jan 2006 16:37:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98248 invoked from network); 27 Jan 2006 16:37:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2006 16:37:13 -0000 X-Host-Fingerprint: 207.58.169.145 vps.procata.net Linux 2.4/2.6 Received: from ([207.58.169.145:50957] helo=vps.procata.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 5D/E8-03249-83C4AD34 for ; Fri, 27 Jan 2006 11:37:12 -0500 Received: from [65.111.203.37] (helo=[65.111.203.37]) by vps.procata.net with esmtp (Exim 4.52) id 1F2Waz-0001OC-Ku for internals@lists.php.net; Fri, 27 Jan 2006 11:37:10 -0500 Mime-Version: 1.0 (Apple Message framework v623) Content-Transfer-Encoding: 7bit Message-ID: <1fa2fe9192c4d0ed1f9037abd06d6b14@procata.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: php internals Date: Fri, 27 Jan 2006 11:37:09 -0500 X-Mailer: Apple Mail (2.623) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.procata.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - procata.com X-Source: X-Source-Args: X-Source-Dir: Subject: SplObjectStorage From: jeff@procata.com (Jeff Moore) SplObjectStorage: "This container allows to store objects uniquly without the need to compare them one by one." Unless I'm mistaken, in Java and Mathematics, this is called a Set. "A collection that contains no duplicate elements." Is there some reason not to name the class for the general concept? Is there a reason to limit this class to object members? Best Regards, Jeff Moore