GoLang ReflectionClassConstant::__toString

request it (312)
GoLang replacement for PHP's ReflectionClassConstant::__toString [edit | history]



Do you know a GoLang replacement for PHP's ReflectionClassConstant::__toString? Write it!

PHP ReflectionClassConstant::__toString

PHP original manual for ReflectionClassConstant::__toString [ show | php.net ]

ReflectionClassConstant::__toString

(PHP 7 >= 7.1.0)

ReflectionClassConstant::__toStringReturns the string representation of the ReflectionClassConstant object

Description

public string ReflectionClassConstant::__toString ( void )

Returns the string representation of the ReflectionClassConstant object.

Parameters

This function has no parameters.

Return Values

A string representation of this ReflectionClassConstant instance.