PHP
反射 | Reflection

ReflectionClassConstant::export

ReflectionClassConstant::export

(PHP 7 >= 7.1.0)

ReflectionClassConstant::export — Export

描述

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

导出反射。

警告

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

参数

class

反映出口。

name

类常量名称。

return

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

返回值

另请参阅

  • ReflectionClassConstant::__toString() - 返回ReflectionClassConstant对象的字符串表示形式。

← ReflectionClassConstant::__construct

ReflectionClassConstant::getDeclaringClass →