(PHP 5, PHP 7)
ReflectionExtension::export — Export
$name
[, string $return
= false
] )Exports a reflected extension. The output format of this function is the same as the CLI argument --re [extension].
name
A reflexão para exportar.
return
Passar TRUE
irá retornar o export,
em vez de emiti-lo. Passar FALSE
(padrão) fará o oposto.
Se o parâmetro return
for TRUE
então o export é retornado como uma string,
senão retorna NULL
.