how to Pass Argument as Reference in php?
Take the full course from here:
http://php.link/bootcamp
in php we can pass a variable by reference to a function later the function can modify the variable.
Reference allows two different variables to write to the same value.