update : 2015.11.03
php.shukuma.com검색:
|
ReflectionGenerator::getExecutingFile(PHP 7) ReflectionGenerator::getExecutingFile — Gets the file name of the currently executing generator 설명
public string ReflectionGenerator::getExecutingFile
( void
)
Get the full path and file name of the currently executing generator. 인수이 함수는 인수가 없습니다. 반환값Returns the full path and file name of the currently executing generator. 예제
Example #1 ReflectionGenerator::getExecutingFile() example
<?php 위 예제의 출력 예시: File: /path/to/file/example.php 참고
|