Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60931 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96443 invoked from network); 21 Jun 2012 20:14:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2012 20:14:31 -0000 Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gh0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:32833] helo=mail-gh0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/71-21324-6A083EF4 for ; Thu, 21 Jun 2012 16:14:30 -0400 Received: by ghbg2 with SMTP id g2so1049595ghb.29 for ; Thu, 21 Jun 2012 13:14:28 -0700 (PDT) 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=v3NrwHmogDZ+NwgnZZBO/PWNNoX1IqexYsQYIWoQUKU=; b=dt7p9/ohh+IK6BrnON3GkSRtUx/5wWnEBxNipHvAGT3Yja8ORIwnTScq3beeVoMiey eUO14oPkJVY0iyxshamOPtDwDsFQRXiOXXLEHaMX17Cyania9Xk2t9Yo+VjG3YBrpDXj 8OixTDDoRYOB6Ru3T+5H1LrbYzDRoidyh/Gh2woYtrqDNLxW5mO74CubLjR9Cfg3J3dg azZRINvVtLYJUc8Oo3FnsgqWU8A6///ocGh0gD3QpvCDFesNjGeXOI0hTZe00+o4KH4c rriVfxpk5s+pFKza9JBXXouGDvKoyCVXD0fxGIzhK/9Ylv2bQsy3nGyGLHRYeNmfqKGr 0pjA== MIME-Version: 1.0 Received: by 10.50.217.199 with SMTP id pa7mr8733742igc.17.1340309667804; Thu, 21 Jun 2012 13:14:27 -0700 (PDT) Received: by 10.64.32.72 with HTTP; Thu, 21 Jun 2012 13:14:27 -0700 (PDT) In-Reply-To: <4FE3759D.4010606@php.net> References: <4FE3759D.4010606@php.net> Date: Thu, 21 Jun 2012 21:14:27 +0100 Message-ID: To: Ben Ramsey Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [DRAFT] RFC - array_column() function From: dragoonis@gmail.com (Paul Dragoonis) On Thu, Jun 21, 2012 at 8:27 PM, Ben Ramsey wrote: > Hi all, > > I've written a draft version of an RFC for pull request 56 ( > https://github.com/php/php-src/pull/56 ), to add array_column() to the core. > Please take a look and provide feedback so that I can improve the > patch/proposal. > > https://wiki.php.net/rfc/array_column I like your proposal and code examples on the RFC, this function is useful and would save a foreach() to get the specified keys/indexes out of the array. - Paul. > > Thanks, > Ben > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >