PHP Doku:: Gets the filename of the file in which the class has been defined - reflectionclass.getfilename.html

Verlauf / Chronik / History: (6) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzVariablen- und typbezogene ErweiterungenReflectionThe ReflectionClass classReflectionClass::getFileName

Ein Service von Reinhard Neidl - Webprogrammierung.

The ReflectionClass class

<<ReflectionClass::getExtensionName

ReflectionClass::getInterfaceNames>>

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)