Re: [PHP] foreach / unset
by Karlos Zafra other posts by this author
Oct 28 2005 12:06AM messages near this date
Re: [PHP] foreach / unset
|
[PHP] Trouble using DOM component with PHP 4.4.0
This syntax has the work done perfectly for me.
2005/10/28, Niels Ganser <php-general.mail@[...].de> :
>
> Why should this be "unsafe" (whatever the heck that means) in any way? Of
> course you can do it.
>
> Regards,
> Niels.
>
> [sorry for mailing to your private address. wrong button :)]
>
> > Anyway, can you do *this* safely as a DOCUMENTED FEATURE:
> >
> > foreach($array as $k => $v){
> > if (...) unset($array[$k]);
> > }
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Attachments:
unknown1
Thread:
Richard Lynch
Bogdan Ribic
John Nichel
Jochem Maas
Richard Lynch
Brent Baisley
Jochem Maas
Niels Ganser
Karlos Zafra
|