ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-general
php-general
[PHP] Re: foreach / unset
by Bogdan Ribic other posts by this author
Oct 29 2005 3:07AM messages near this date
[PHP] foreach / unset | Re: [PHP] foreach / unset
Richard Lynch wrote:

>  
>  Anyway, can you do *this* safely as a DOCUMENTED FEATURE:
>  
>  foreach($array as $k => $v){
>    if (...) unset($array[$k]);
>  }
>  

Well, somewhere in the said manual it is written that foreach operates 
on a *copy* of the array, so you should be safe unsetting values in the 
original array while iterating through the copy.

-- 

    Open source PHP code generator for DB operations
    http://sourceforge.net/projects/bfrcg/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Richard Lynch
Bogdan Ribic
John Nichel
Jochem Maas
Richard Lynch
Brent Baisley
Jochem Maas
Niels Ganser
Karlos Zafra

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved