CakeFest 2024: The Official CakePHP Conference

ReflectionExtension::__toString

(PHP 5, PHP 7, PHP 8)

ReflectionExtension::__toString生成字符串

说明

public ReflectionExtension::__toString(): string

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

参数

此函数没有参数。

返回值

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top