在线文档教程
PHP
反射 | Reflection

ReflectionParameter::export

ReflectionParameter::export

(PHP 5, PHP 7)

ReflectionParameter :: export - 导出

描述

public static string ReflectionParameter::export ( string $function , string $parameter [, bool $return ] )

出口。

警告

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

参数

function

函数名称。

parameter

参数名称。

return

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

返回值

导出的反射。

← ReflectionParameter::__construct

ReflectionParameter::getClass →