(PHP 5, PHP 7)
ReflectionParameter::export — Exports
This function has been DEPRECATED as of PHP 7.4.0. Relying on this function is highly discouraged.
$function
, string $parameter
[, bool $return
] ) : stringExports.
Esta função não está documentada; somente a lista de argumentos está disponível.
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.
The exported reflection.