ReflectionObject::export
(PHP 5, PHP 7)
ReflectionObject::export — 导出
警告此函数已在 PHP 7.4.0 中 *弃用*,并在 PHP 8.0.0 中 *移除*。强烈建议不要依赖此函数。
描述
public static ReflectionObject::export(
string $argument
,
bool $return
= ?):
string
参数
argument
-
要导出的反射。
return
-
设置为 true
将返回导出,而不是发出它。设置为 false
(默认值)将执行相反的操作。