(PHP >= 5.4.0)
Returns whether this parameter can be passed by value
public bool ReflectionParameter::canBePassedByValue ( void )
Returns:
Returns TRUE
if the parameter can be passed by value, FALSE
otherwise. Returns NULL
in case of an error.
This function is currently not documented; only its argument list is available.
Please login to continue.