Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64914 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27106 invoked from network); 13 Jan 2013 00:01:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jan 2013 00:01:42 -0000 Authentication-Results: pb1.pair.com header.from=adamjonr@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adamjonr@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.44 as permitted sender) X-PHP-List-Original-Sender: adamjonr@gmail.com X-Host-Fingerprint: 209.85.214.44 mail-bk0-f44.google.com Received: from [209.85.214.44] ([209.85.214.44:55251] helo=mail-bk0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/90-24212-469F1F05 for ; Sat, 12 Jan 2013 19:01:41 -0500 Received: by mail-bk0-f44.google.com with SMTP id w11so1427497bku.3 for ; Sat, 12 Jan 2013 16:01:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=sJqeWSZq9fyrD27AgEVswN6qr0KYYQqcsLpkA0vOlzA=; b=zldWCvX95yL5CJ4fKIS5vCmpEefeaE1UQRIezFFKvcW4UuM5ikAhnpwDUCg6nydcoU 3CTBayy0wBHu4vD1D156mzx9SsYUskdGltQDrgYjxwlBxFU0kM71pYLkRzM86N/eS/hZ jjQIUGSNklVOJ350SqTuJZk3xvGGlBUNAC/cBqLoID1nbH6LGiEYzhgO1fsNut/Xv1de Q2aORUNM/rKmbPsryg3bZTm1Tthmp4sXmSTvfDKfp9L1TV+nyCzlFI+ISTHgrcpNThdj Z4Aiu8YXwzLRY/4pRNz7RROWFYZQ5o5Ew6Soy1JWN919QWncJJ8l0pYYaCoaxYnf8FdE W+og== MIME-Version: 1.0 Received: by 10.204.157.26 with SMTP id z26mr38013505bkw.101.1358034826350; Sat, 12 Jan 2013 15:53:46 -0800 (PST) Received: by 10.204.38.65 with HTTP; Sat, 12 Jan 2013 15:53:46 -0800 (PST) In-Reply-To: References: Date: Sat, 12 Jan 2013 18:53:46 -0500 Message-ID: To: Ben Ramsey Cc: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [VOTE] array_column() function From: adamjonr@gmail.com (Adam Jon Richardson) On Fri, Jan 11, 2013 at 7:17 PM, Ben Ramsey wrote: > I've opened voting for the array_column() function RFC. > > You can vote at https://wiki.php.net/rfc/array_column#voting No voting member, here, but I'd just like to say that I like the function, but I hope the actual implementation will only provide one name (i.e., no aliases.) Use of an alias is nice when one regrets an original name choice and then renames a function to better fit the schema and context that has evolved around the function. In this case, the function is coming in new, so please just call it array_pluck. Adam