Ti consiglio di iniziare leggendo il manuale ufficiale:
http://www.php.net/foreach
As of PHP 5, you can easily modify array's elements by preceding $value with &. This will assign reference instead of copying the value.
Ti consiglio di iniziare leggendo il manuale ufficiale:
http://www.php.net/foreach
As of PHP 5, you can easily modify array's elements by preceding $value with &. This will assign reference instead of copying the value.