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