On Tue, Sep 23, 2003 at 01:49:03PM -0700, Chris W. Parker wrote:
: 
: Robert Cummings <mailto:[EMAIL PROTECTED]> said:
: >
: > foreach( $data as $key => $value )
: 
: I don't use that syntax much so I'm not familiar with it. Maybe I should
: start eh?

Another caveat: it works on a *copy* of the array.  This is fine for
small arrays, but may be a performance killer for larger arrays.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to