ReflectionParameter::isPassedByReference
( excerpt from http://php.net/manual/en/reflectionparameter.ispassedbyreference.php )
public function isPassedByReference();
Checks if the parameter is passed in by reference. Warning: This function is currently not documented; only its argument list is available.
Returns
mixed
- TRUE if the parameter is passed in by reference, otherwise FALSE