PHP ReflectionExtension::export 反射函数

  • 定义和用法

    ReflectionExtension::export - 导出 ReflectionExtension
  • 版本支持

    PHP4 PHP5 PHP7
    不支持 支持 支持
  • 语法

    ReflectionExtension::export( string $name [, string $return = false ] )
    ReflectionExtension::export()导出可以被反射的扩展。输出格式同CLI argument --re [extension].
  • 参数

    参数 必需的 描述
    name 导出的反射。
    return 设为 TRUE 时返回导出结果,设为 FALSE(默认值)则忽略返回。
  • 相关页面

    ReflectionExtension::info() - 输出扩展信息