• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • ReflectionExtension::__toString()

    (PHP 5, PHP 7)

    To string

    说明

    publicReflectionExtension::__toString(void): string

    以string形式返回扩展的反射信息。同ReflectionExtension::export()$return参数设置为TRUE

    参数

    此函数没有参数。

    返回值

    返回扩展的反射信息,同ReflectionExtension::export()。

    参见

    • ReflectionExtension::__construct() Constructs a ReflectionExtension
    • ReflectionExtension::export() Export
    • __toString()