Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23743 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89414 invoked by uid 1010); 28 May 2006 05:01:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89399 invoked from network); 28 May 2006 05:01:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2006 05:01:46 -0000 X-PHP-List-Original-Sender: cellog@php.net X-Host-Fingerprint: 66.79.163.178 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from ([66.79.163.178:52432] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 4C/8A-17316-ABE29744 for ; Sun, 28 May 2006 01:01:46 -0400 Received: from mail.bluga.net (mail.bluga.net [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 46CE327FE6; Sat, 27 May 2006 22:09:14 -0700 (PDT) Received: from [192.168.0.103] (CPE-24-208-79-238.neb.res.rr.com [24.208.79.238]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 0147A27EAF; Sat, 27 May 2006 22:09:13 -0700 (PDT) Message-ID: <44792EB2.8070906@php.net> Date: Sun, 28 May 2006 00:01:38 -0500 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcus Boerger Cc: internals@lists.php.net References: <18210000279.20060527232743@marcus-boerger.de> In-Reply-To: <18210000279.20060527232743@marcus-boerger.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: RFC array functions From: cellog@php.net (Greg Beaver) 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 P.S. sorry if this double posts, weird mail client issues