rfc:array_delete

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_delete [2012/08/22 18:53] – Bring back array_walk() example again yohgakirfc:array_delete [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 3: Line 3:
   * Date: 2012-08-21   * Date: 2012-08-21
   * Author:  Rasmus Schultz <rasmus@mindplay.dk>, Yasuo Ohgaki <yohgaki@ohgaki.net>/<yohgaki@php.net>   * Author:  Rasmus Schultz <rasmus@mindplay.dk>, Yasuo Ohgaki <yohgaki@ohgaki.net>/<yohgaki@php.net>
-  * Status: Under Discussion+  * Status: Inactive
   * First Published at: http://wiki.php.net/rfc/array_delete   * First Published at: http://wiki.php.net/rfc/array_delete
 ===== Introduction ===== ===== Introduction =====
Line 140: Line 140:
  
 It says so [[http://php.net/manual/en/function.array-walk.php#refsect1-function.array-walk-parameters | right in the manual]] (look under funcname's description). There is not currently a defined function that would allow you to delete elements from the array like this, hence the array_delete proposal. It says so [[http://php.net/manual/en/function.array-walk.php#refsect1-function.array-walk-parameters | right in the manual]] (look under funcname's description). There is not currently a defined function that would allow you to delete elements from the array like this, hence the array_delete proposal.
 +
 +=== Please add this ===
 +
 +I was needing something exactly like this!
  
 == Deleting CURRENTLY working element is OK == == Deleting CURRENTLY working element is OK ==
rfc/array_delete.1345661606.txt.gz · Last modified: 2017/09/22 13:28 (external edit)