Hello,
function test (& $arg) { }
function test2 ($arg) { }
what is the difference between (& $arg) and ($arg)
Read the PHP Manual on References Explained.