ReflectionExtension
PHP Manual

ReflectionExtension::export

(PHP 5, PHP 7)

ReflectionExtension::exportExport

Descrição

public static string ReflectionExtension::export ( string $name [, string $return = false ] )

Exports a reflected extension. The output format of this function is the same as the CLI argument --re [extension].

Parâmetros

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.

Valor Retornado

Se o parâmetro return for TRUE então o export é retornado como uma string, senão retorna NULL.

Veja Também


ReflectionExtension
PHP Manual