GoLang ReflectionParameter::canBePassedByValue

request it (276)
GoLang replacement for PHP's ReflectionParameter::canBePassedByValue [edit | history]



Do you know a GoLang replacement for PHP's ReflectionParameter::canBePassedByValue? Write it!

PHP ReflectionParameter::canBePassedByValue

PHP original manual for ReflectionParameter::canBePassedByValue [ show | php.net ]

ReflectionParameter::canBePassedByValue

(PHP 5 >= 5.4.0, PHP 7)

ReflectionParameter::canBePassedByValueReturns whether this parameter can be passed by value

Description

public bool ReflectionParameter::canBePassedByValue ( void )

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

Returns TRUE if the parameter can be passed by value, FALSE otherwise. Returns NULL in case of an error.