在线文档教程
PHP
反射 | Reflection

ReflectionProperty::export

ReflectionProperty::export

(PHP 5, PHP 7)

ReflectionProperty :: export - 导出

描述

public static string ReflectionProperty::export ( mixed $class , string $name [, bool $return ] )

导出反射。

警告

此功能目前没有记录; 只有它的参数列表可用。

参数

argument

反映出口。

name

属性名称。

return

设置为TRUE将返回出口,而不是释放出口。设置为FALSE(默认)会做相反的事情。

返回值

← ReflectionProperty::__construct

ReflectionProperty::getDeclaringClass →