If you’ve been developing with PHP for a while, you’ve probably come across this situation in the past: <?php foreach ($somearray as &$element)
If you’ve been developing with PHP for a while, you’ve probably come across this situation in the past: <?php foreach ($somearray as &$element)