Is it possible to have a function with two returns like this:
function test($testvar) { // Do something return $var1; return $var2; }
I have implement like this for multiple return value PHP function. be nice with your code. thank you.