Anyone know if it's possible? I can't seem to make it work or find any documentation I just want..
So if someone cares about the code they can have it, and if they don't, they don't get it.
I know I could put my main return as the by reference and return the error code for this behavior, but I'm just wondering if the above is possible.
Code:
function foo($arg1, $arg2, &$error_code=null) {
}
So if someone cares about the code they can have it, and if they don't, they don't get it.
I know I could put my main return as the by reference and return the error code for this behavior, but I'm just wondering if the above is possible.