Posted by Kleist on 08/22/05 13:37
Anze wrote:
>
> Another thing: is there a nicer way to traverse an array without copying the
> values? All of the foreach(), current(), next() and similar do that - but I
> want to traverse an array just by referencing the values.
>
http://php.paco.net/manual/en/language.oop5.iterations.php
this might help
[Back to original message]
|