What is "reference-passage"

Passing by reference is the act of passing a variable per function parameter, which will receive this parameter by reference. Therefore, any changes made to this parameter will change the value of the variable passed by this function parameter.