How do you pass by reference? I tried
$var = myFunction(&$var1, &$var2);
but it gave me a warning saying that pass by reference is depreciated

Reply via email to