downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ReflectionExtension::getClasses> <ReflectionExtension::__construct
[edit] Last updated: Thu, 23 May 2013

view this page in

ReflectionExtension::export

(PHP 5)

ReflectionExtension::exportExportar

Descripción

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

Exporta una extensión reflexionada. El formato de salida de esta función coincide con el del argumento --re [extension] usado en la línea de comandos.

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.

Ver también



add a note add a note User Contributed Notes ReflectionExtension::export - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites