On Sat, 5 Jul 2003, Marcus [x-unknown] B�rger wrote:
> Hello Andi,
>
> there was nothing in this thread that was against adding it besides Sascha
> suggestion that following code would do the trick:
There was also nothing in favor of it. Beside the cludgy
name, array loops can simply be written using either one of
these notations:
while (list(..) = each($foo))
while (key($foo) !== false)
foreach ($foo as ..)
I don't see the need to add another API to this list.
- Sascha
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php