On Sat, Jan 12, 2013 at 1:17 AM, Ben Ramsey <ram...@php.net> wrote: > I've opened voting for the array_column() function RFC. > > You can vote at > https://wiki.php.net/rfc/**array_column#voting<https://wiki.php.net/rfc/array_column#voting> > > Regards, > Ben >
Voting no, because - even though I like this feature in principle - I think it's much better solved by introducing list comprehensions (which cover this and many more cases in a consistent and elegant syntax), which is something I have planned for 5.6. Nikita