__construct() __construct(array $backtrace = null) 假若这个构造函数传递了初始参数,在这个构造函数之中会自动跳过第一个栈信息 所以不需要对传递进来的信息进行额外的处理 Parameters array $backtrace
GetCallerMethodName() GetCallerMethodName() : string 得到调用当前所执行的函数的调用者的函数名称 Returns string — Returns the caller function name
ToString() ToString(boolean $html = true) : string 格式化输出栈追踪信息为字符串 Parameters boolean $html Returns string — 经过格式化之后的栈追踪信息字符串