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
rfc:array_column_results_grouping [2021/12/21 08:37] – from array_column update to new array_group hassanrfc:array_column_results_grouping [2022/01/14 17:10] (current) – RFC has been declined cmb
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: Declined
   * 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 134: Line 134:
 Ends at : 2022-01-04 Ends at : 2022-01-04
  
-<doodle title="Add array_group function to PHP" auth="hassan" voteType="single" closed="false">+<doodle title="Add array_group function to PHP" auth="hassan" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
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.1640075840.txt.gz · Last modified: 2021/12/21 08:37 by hassan