Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64094 invoked from network); 21 Aug 2012 22:15:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2012 22:15:07 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:59856] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/BB-10139-B6804305 for ; Tue, 21 Aug 2012 18:15:07 -0400 Received: by lahl5 with SMTP id l5so196278lah.29 for ; Tue, 21 Aug 2012 15:15:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pkPI3bKXL6QvFenjLCw+9cfRieImA2T21iqCPfkNd1k=; b=vl4IQnV8iKXKKjWPQgpKywNJLKoLrl3kWTQlPPj1OvB/R963n/ZKYOpwttWD504siq weXIGcRr5puVraGaaWXCafOFGgq5eK36Qz8om1lS7FYIygv9eCtYR2o42FCJ3FXLaRI8 rsaXHA8jUbKtSS7+LhKf1OHjB/73ArzIZP9/m+5sYrBrPxSn/aBwwEwSTg/FRvjCtsbQ fyrLG6PD2WoJNn5xC0eFU10EV/pNT+IsO0EobuXrtYX32Fzf8NVBUkgqAHp5ESN55jqV FLXGtKPTbtO4rhhnbcQ98+l3nXV2UN+z9wwCb3+L/LxLqvbgaKt6vm4azNBgnndqyeHm qY/g== MIME-Version: 1.0 Received: by 10.152.129.104 with SMTP id nv8mr9243370lab.32.1345587304366; Tue, 21 Aug 2012 15:15:04 -0700 (PDT) Received: by 10.112.89.174 with HTTP; Tue, 21 Aug 2012 15:15:04 -0700 (PDT) In-Reply-To: References: <5033E0BC.8040507@ajf.me> <5033EAAB.6090502@ajf.me> <5033F1EA.4070701@ajf.me> <5033FD9C.6080106@ajf.me> <5033FF96.5030105@ajf.me> <5034017E.1020002@ajf.me> Date: Tue, 21 Aug 2012 16:15:04 -0600 Message-ID: To: Yasuo Ohgaki Cc: Andrew Faulds , Tjerk Anne Meesters , Rasmus Schultz , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] re: removing an item from an array From: morrison.levi@gmail.com (Levi Morrison) On Tue, Aug 21, 2012 at 4:13 PM, Yasuo Ohgaki wrote: > Hi, > > I see why with new Criticism section in the wiki page. > You've also misunderstood that array_udelete() is > array_walk() variant, not array_filter(). > Actually, array_udelete is far more similar to array_filter than it is array_walk. . .