![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Looping through arrays with foreach
From: Richard Levasseur <richardlev@gmail.com>
Date: Fri Mar 31 2006 - 18:22:38 CEST
It should be said that foreach operates on a copy of the array.
With PHP5, the referential foreach was added, which aliases $value to
More information is available in the manual at:
|