update : 2015.11.03
php.shukuma.com검색:
|
ReflectionGenerator::getExecutingLine(PHP 7) ReflectionGenerator::getExecutingLine — Gets the currently executing line of the generator 설명
public int ReflectionGenerator::getExecutingLine
( void
)
Get the currently executing line number of the generator. 인수이 함수는 인수가 없습니다. 반환값Returns the line number of the currently executing statement in the generator. 예제
Example #1 ReflectionGenerator::getExecutingLine() example
<?php 위 예제의 출력 예시: Line: 7 참고
|