update : 2015.11.03
php.shukuma.com검색:
|
Exception::getLine(PHP 5 >= 5.1.0) Exception::getLine — Gets the line in which the exception occurred 설명
final public int Exception::getLine
( void
)
Get line number where the exception was created. 인수이 함수는 인수가 없습니다. 반환값Returns the line number where the exception was created. 예제
Example #1 Exception::getLine() example
<?php 위 예제의 출력 예시: The exception was created on line: 3 |