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

search for in the

ReflectionMethod::getClosure> <ReflectionMethod::__construct
[edit] Last updated: Fri, 24 May 2013

view this page in

ReflectionMethod::export

(PHP 5)

ReflectionMethod::exportExporta un objeto de tipo ReflectionMethod

Descripción

public static string ReflectionMethod::export ( string $class , string $name [, bool $return = false ] )

Exportar un ReflectionMethod.

Advertencia

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

Parámetros

class

Nombre de la clase.

name

Nombre del método.

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

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