Reflection ReflectionFunctionAbstract::getStartLine
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
ReflectionFunctionAbstract::getStartLine — 시작 줄 번호를 가져옵니다.
설명
public ReflectionFunctionAbstract::getStartLine(): int|false
함수의 시작 줄 번호를 가져옵니다.
매개변수
이 함수에는 매개변수가 없습니다.
반환 값
시작 줄 번호 또는 알 수 없는 경우 false
입니다.
기타
- ReflectionFunctionAbstract::getEndLine() - 끝 줄 번호를 가져옵니다.