ReflectionExtension::export
(PHP 5)
ReflectionExtension::export — Export
Descripción
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
-
La reflexión a exportar.
- return
-
Configurarlo a TRUE devolverá la exportación, a diferencia de emitirla. Configurarlo a FALSE (el valor por defecto) hará lo contrario.
Valores devueltos
Si el parámetro return es seteado a TRUE, la exportación se devolverá como un string, de lo contrario se retornará NULL.
There are no user contributed notes for this page.
