Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60936 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62275 invoked from network); 22 Jun 2012 10:32:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2012 10:32:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=contact@leo-peltier.fr; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=contact@leo-peltier.fr; sender-id=unknown Received-SPF: error (pb1.pair.com: domain leo-peltier.fr from 217.70.183.195 cause and error) X-PHP-List-Original-Sender: contact@leo-peltier.fr X-Host-Fingerprint: 217.70.183.195 relay3-d.mail.gandi.net Received: from [217.70.183.195] ([217.70.183.195:38977] helo=relay3-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/1B-21324-CB944EF4 for ; Fri, 22 Jun 2012 06:32:28 -0400 X-Originating-IP: 217.70.178.129 Received: from mfilter12-d.gandi.net (mfilter12-d.gandi.net [217.70.178.129]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 60463A80B3 for ; Fri, 22 Jun 2012 12:32:25 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter12-d.gandi.net Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by mfilter12-d.gandi.net (mfilter12-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id HWgYJdjJUl85 for ; Fri, 22 Jun 2012 12:32:24 +0200 (CEST) X-Originating-IP: 91.121.82.37 Received: from [0.0.0.0] (ks26981.kimsufi.com [91.121.82.37]) (Authenticated sender: contact@leo-peltier.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id E9CE2A80AA for ; Fri, 22 Jun 2012 12:32:22 +0200 (CEST) Message-ID: <4FE449BA.9040108@leo-peltier.fr> Date: Fri, 22 Jun 2012 12:32:26 +0200 Reply-To: contact@leo-peltier.fr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: internals@lists.php.net References: <4FE3759D.4010606@php.net> In-Reply-To: <4FE3759D.4010606@php.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [DRAFT] RFC - array_column() function From: contact@leo-peltier.fr (=?UTF-8?B?TMOpbyBQZWx0aWVy?=) Hi, Shouldn't this be called 'array_pluck'? This is the name people usually use when implementing it in PHP (see=20 "array_pluck(" vs "array_column(" in Google) or in other languages/libs (= see=20 underscorejs, prototypejs and RoR). --=20 L=C3=A9o Peltier