GoLang ReflectionParameter::getDefaultValueConstantName

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



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

PHP ReflectionParameter::getDefaultValueConstantName

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

ReflectionParameter::getDefaultValueConstantName

(PHP 5 >= 5.4.6, PHP 7)

ReflectionParameter::getDefaultValueConstantNameReturns the default value's constant name if default value is constant or null

Description

public string ReflectionParameter::getDefaultValueConstantName ( void )

Warning

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

Parameters

This function has no parameters.

Return Values

Returns string on success or NULL on failure.