ReflectionClass
PHP Manual

ReflectionClass::getFileName

(PHP 5)

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

Описание

public string ReflectionClass::getFileName ( void )

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

Список параметров

У этой функции нет параметров.

Возвращаемые значения

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.

Смотрите также


ReflectionClass
PHP Manual