编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « Reflector::__toString
  • Variable handling »
  • PHP Manual
  • 反射
  • ReflectionException 类

ReflectionException 类

(PHP 5, PHP 7)

简介

ReflectionException 类。

类摘要

ReflectionException extends Exception {
/* 属性 */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
/* 继承的方法 */
final public Exception::getMessage ( void ) : string
final public Exception::getPrevious ( void ) : Throwable
final public Exception::getCode ( void ) : int
final public Exception::getFile ( void ) : string
final public Exception::getLine ( void ) : int
final public Exception::getTrace ( void ) : array
final public Exception::getTraceAsString ( void ) : string
public Exception::__toString ( void ) : string
final private Exception::__clone ( void ) : void
}
相关文章
php 变量与类型相关扩展 反射php 反射 reflection 类php 反射 reflectionclass 类php 反射 the reflectionclassconstant classphp 反射 reflectionexception 类php 反射 reflectionextension 类php 反射 reflectionfunctionabstract 类php 反射 生成器反射类php 反射 reflectionmethod 类php 反射 reflectionobject 类php 反射 reflectionparameter 类php 反射 reflectionproperty 类php 反射 the reflectiontype classphp 反射 reflectionzendextension 类php 反射 reflector 接口php 反射 简介php 反射 预定义常量php 反射 范例php 反射 安装/配置php reflectionmethod 获取反射函数调用参数的类表达
关注编程学问公众号
编程学问网 湘ICP备20001732号