rfc:array_column_results_grouping

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:array_column_results_grouping [2021/12/21 08:37] – from array_column update to new array_group hassanrfc:array_column_results_grouping [2021/12/22 09:32] hassan
Line 3: Line 3:
   * Date: 2021-11-28   * Date: 2021-11-28
   * Author: Hassan Ahmed, 7snovic@gmail.com   * Author: Hassan Ahmed, 7snovic@gmail.com
-  * Status: Under Discussion+  * Status: Voting
   * First Published at: https://wiki.php.net/rfc/array_column_results_grouping   * First Published at: https://wiki.php.net/rfc/array_column_results_grouping
  
Line 10: Line 10:
  
 ===== Proposal ===== ===== Proposal =====
-This RFC is to add a new function called `array_groyp`+This RFC is to add a new function called array_group
 <code php>array_group(array $array, int|string|null $column_key, int|string|null $index_key = null)</code> <code php>array_group(array $array, int|string|null $column_key, int|string|null $index_key = null)</code>
  
Line 140: Line 140:
  
 ===== Implementation ===== ===== Implementation =====
-[[https://github.com/php/php-src/pull/7698|Add array_group function]]+[[https://github.com/php/php-src/pull/7698|Implementing array_group function]]
  
rfc/array_column_results_grouping.txt · Last modified: 2022/01/14 17:10 by cmb