Quote:
Originally Posted by HamletEagle
get_param_ byref should be used with "...".
|
Also used when you actually pass arguments by reference, like so:
PHP Code:
native my_native(argPassedByValue, &argPassedByRef);
you would then get the second one by using get_param_byref().