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

search for in the

ReflectionClass::getConstant> <ReflectionClass::__construct
Last updated: Fri, 20 May 2011

view this page in

ReflectionClass::export

(PHP 5)

ReflectionClass::exportExports a class

Descripción

public static string ReflectionClass::export ( mixed $argument [, bool $return = false ] )

Exports a reflected class.

Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

argument

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 ReflectionClass::export
There are no user contributed notes for this page.

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