Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23749 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75670 invoked by uid 1010); 28 May 2006 10:28:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75655 invoked from network); 28 May 2006 10:28:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2006 10:28:46 -0000 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:39332] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id FD/70-04067-E5B79744 for ; Sun, 28 May 2006 06:28:46 -0400 Received: from baumbart.mbo (dslb-084-063-013-138.pools.arcor-ip.net [84.63.13.138]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 3C42A35C1EB; Sun, 28 May 2006 11:26:12 +0200 (CEST) Date: Sun, 28 May 2006 11:24:27 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <233975295.20060528112427@marcus-boerger.de> To: Greg Beaver Cc: internals@lists.php.net In-Reply-To: <44792E86.8050208@php.net> References: <18210000279.20060527232743@marcus-boerger.de> <44792E86.8050208@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: RFC array functions From: helly@php.net (Marcus Boerger) Hello Greg, works too of course. I whose array_has_more() becasue there is a compareable iterator function namely CachingIterator::hasMore(). best regards marcus Sunday, May 28, 2006, 7:00:54 AM, you wrote: > Marcus Boerger wrote: >> Hello internals, >> >> i'd like to add two array functions: >> >> - bool array_has_more(array $array) > I don't like "array_has_more" > array_at_end() > would work better for me since the function that makes it evaluate as > true is: > end($array); > Greg Best regards, Marcus