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, 07 Jun 2013

view this page in

ReflectionMethod::export

(PHP 5)

ReflectionMethod::exportExport a reflection method.

Descrierea

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

Exports a ReflectionMethod.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

class

The class name.

name

The name of the method.

return

Stabilirea valorii TRUE va duce la întoarcerea valorii exportate, și nu la emiterea ei. Stabilirea în FALSE (valoarea implicită) va efectua operația opusă.

Valorile întoarse

Dacă parametrul return este stabilit în TRUE, atunci valoarea exportată este întoarsă ca un string, în caz contrar este întors NULL.

Vedeți de asemenea



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 | stats | sitemap | contact | advertising | mirror sites