suche nach in der

ReflectionClass::getInterfaceNames> <ReflectionClass::getExtensionName
Last updated: Fri, 25 May 2012

view this page in

ReflectionClass::getFileName

(PHP 5)

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

Beschreibung

public string ReflectionClass::getFileName ( void )

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

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

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.

Siehe auch



add a note add a note User Contributed Notes
ReflectionClass::getFileName
There are no user contributed notes for this page.