在线文档教程
PHP
反射 | Reflection

ReflectionMethod::export

ReflectionMethod::export

(PHP 5, PHP 7)

ReflectionMethod :: export - 导出反射方法。

描述

public static string ReflectionMethod::export ( string $class , string $name [, bool $return = false ] )

导出一个ReflectionMethod。

警告

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

参数

class

类名称。

name

方法的名称。

return

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

返回值

如果return参数设置为TRUE,则导出以字符串形式返回,否则返回NULL

← ReflectionMethod::__construct

ReflectionMethod::getClosure →