Here’s an interesting “feature” (bug?) for php. Recent PHP versions support this syntax for foreach: foreach ($myarray as &$v) $v[‘koko’]=’lala’; This allows easy changes to
Here’s an interesting “feature” (bug?) for php. Recent PHP versions support this syntax for foreach: foreach ($myarray as &$v) $v[‘koko’]=’lala’; This allows easy changes to