Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62234 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62664 invoked from network); 18 Aug 2012 06:42:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2012 06:42:09 -0000 Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=indeyets@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: indeyets@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:52164] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/E3-31572-0493F205 for ; Sat, 18 Aug 2012 02:42:08 -0400 Received: by lahl5 with SMTP id l5so2563511lah.29 for ; Fri, 17 Aug 2012 23:42:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=k7SgqL25kXm62WlD9zwlLCbTyLSzebp+uS/8jYaAb9c=; b=EIjBB5IEH1+3H7brkwJ6m6ltjpuTSNoilp901tUaiitXFNFtoxnN5tByjZmlkBfiAn 1eUsvjlVPTuSmOBppoWb1zsNu8J6gbNX4uFpD1rTI5cU+KXEbtTVjCSu7JyWQe+3paYw 5X/FM95KyacljBGj640KEeSAdtlabWrodzJf+o+1fbzon9asnRRAtTXPChm4s3WztI8x kwgE5P7TY44zpsEaB2EAgLiIcz29aJ93lWoIFHdchbOx0fIICTB/cxfs7ICucAwim3Jb 2eqUstKjdL/ZUA8fFHd6BnM749UZ3mtGQ8XaEhqOeTL55h8xd8F0a4AJ0Wcz7mbqlQZ4 S6Eg== Received: by 10.152.112.233 with SMTP id it9mr7156191lab.40.1345272124891; Fri, 17 Aug 2012 23:42:04 -0700 (PDT) Received: from [192.168.1.3] ([188.227.84.46]) by mx.google.com with ESMTPS id j5sm2171581lbg.1.2012.08.17.23.42.02 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 17 Aug 2012 23:42:03 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) In-Reply-To: Date: Sat, 18 Aug 2012 10:42:08 +0400 Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Message-ID: <96A1E46F-8347-4B29-8277-AEC122063869@gmail.com> References: To: Rasmus Schultz X-Mailer: Apple Mail (2.1485) Subject: Re: [PHP-DEV] removing an item from an array From: indeyets@gmail.com (Alexey Zakhlestin) On 16.08.2012, at 0:18, Rasmus Schultz wrote: > How come there is no straight-foward obvious way to simply remove a given > value from an array? Well, this sounds like a reason for creating SplSet class