This syntax has the work done perfectly for me.

2005/10/28, Niels Ganser <[EMAIL PROTECTED]>:
>
> 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
>
>

Reply via email to