Re: re: removing an item from an array

From: Date: Tue, 21 Aug 2012 21:45:34 +0000
Subject: Re: re: removing an item from an array
References: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  Groups: php.internals 
Request: Send a blank email to internals+get-62367@lists.php.net to get a copy of this message
On 21/08/12 22:43, Levi Morrison wrote:
There is a reason to have a callable provided: custom comparison. Other array functions solve this by providing a u alternative: int array_udelete(&$array, $value, bool function($value, $key)) Let's not deviate from established array naming conventions. (Yasuo, I'm looking at you) Cheers, Levi Morrison Yeah, this looks like a good solution and we have the best of both worlds.
We get int array_delete(&$array, $value, $strict=TRUE); and int array_udelete(&$array, $value, $callback=bool function ($value $key)); :) -- Andrew Faulds http://ajf.me/

Thread (91 messages)

« previous php.internals (#62367) next »