ReflectionParameter
PHP Manual

ReflectionParameter::export

(PHP 5, PHP 7)

ReflectionParameter::exportExports

Descrição

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

Exports.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

function

The function name.

parameter

The parameter name.

return

Passar TRUE irá retornar o export, em vez de emiti-lo. Passar FALSE (padrão) fará o oposto.

Valor Retornado

The exported reflection.

Veja Também


ReflectionParameter
PHP Manual