在线文档教程
PHP
类和函数 | Classes and Functions

Throwable::getLine

Throwable::getLine

(PHP 7)

Throwable :: getLine - 获取对象实例化的行

描述

abstract public int Throwable::getLine ( void )

返回抛出对象实例化的行号。

参数

该功能没有参数。

返回值

返回抛出对象实例化的行号。

← Throwable::getFile

Throwable::getTrace →