Re: [PHP-DEV] RFC [Discussion] array_column results grouping

2021-12-07 Thread Hendra Gunawan
> > And if you want to map, reduce, or filter without grouping? Then you can't > really use this function. And as noted, the order in which you apply those > operations may matter, and no order is necessarily more obvious or beneficial You can modify it slightly if you eager to: array_group(

Re: [PHP-DEV] RFC [Discussion] array_column results grouping

2021-12-07 Thread Larry Garfield
On Tue, Dec 7, 2021, at 3:42 AM, Hassan Ahmed wrote: > This is a great suggestion Hendra, I really believe that it may take > the new function to another level, but - with Larry's comment in mind > - this is a language design more than function design. Supporting the > list/array comprehensions wil

Re: [PHP-DEV] RFC [Discussion] array_column results grouping

2021-12-07 Thread Hassan Ahmed
This is a great suggestion Hendra, I really believe that it may take the new function to another level, but - with Larry's comment in mind - this is a language design more than function design. Supporting the list/array comprehensions will be a great step for PHP, as I can remember that Nikita alre