• Exception::getPrevious

    (PHP 5 >= 5.3.0, PHP 7) Exception::getPrevious — 返回异常链中的前一个异常

    1569

  • Exception::getCode

    (PHP 5 >= 5.1.0, PHP 7) Exception::getCode — 获取异常代码

    2675

  • Exception::getFile

    (PHP 5 >= 5.1.0, PHP 7) Exception::getFile — 获取发生异常的程序文件名称

    940

  • Exception::getLine

    (PHP 5 >= 5.1.0, PHP 7) Exception::getLine — 获取发生异常的代码在文件中的行号

    1277

  • Exception::getTrace

    (PHP 5 >= 5.1.0, PHP 7) Exception::getTrace — 获取异常追踪信息

    1111

  • Exception::getTraceAsString

    (PHP 5 >= 5.1.0, PHP 7) Exception::getTraceAsString — 获取字符串类型的异常追踪信息

    1412

  • Exception::__toString

    (PHP 5 >= 5.1.0, PHP 7) Exception::__toString — 将异常对象转换为字符串

    997

  • Traversable接口,遍历

    检测一个类是否可以使用 foreach 进行遍历的接口。 无法被单独实现的基本抽象接口。相反它必须由 IteratorAggregate 或 Iterator 接口实现。

    1503

  • Iterator::current

    (PHP 5 >= 5.0.0, PHP 7) Iterator::current — 返回当前元素

    1042

Popular Entries