Didn't expected it would be a problem but is. The question is how to transfer the variable to the function?
Or in other words what is the analog of
Code: Select all
function name(&$varname)I thought it's something like this
Code: Select all
function name(var varname)Please share your experience if you met such situation.
Thanks.