GoLang ReflectionClass::getFileName

request it (233)
GoLang replacement for PHP's ReflectionClass::getFileName [edit | history]



Do you know a GoLang replacement for PHP's ReflectionClass::getFileName? Write it!

PHP ReflectionClass::getFileName

PHP original manual for ReflectionClass::getFileName [ show | php.net ]

ReflectionClass::getFileName

(PHP 5, PHP 7)

ReflectionClass::getFileNameGets the filename of the file in which the class has been defined

Description

public string ReflectionClass::getFileName ( void )

Gets the filename of the file in which the class has been defined.

Parameters

This function has no parameters.

Return Values

Returns the filename of the file in which the class has been defined. If the class is defined in the PHP core or in a PHP extension, FALSE is returned.

See Also