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

search for in the

ReflectionClass::getModifiers> <ReflectionClass::getMethod
Last updated: Fri, 20 Nov 2009

view this page in

ReflectionClass::getMethods

(PHP 5)

ReflectionClass::getMethodsGets a list of methods

Descrierea

public array ReflectionClass::getMethods ([ string $filter ] )

Gets a list of methods.

Avertizare

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

Parametri

filter

Any combination of ReflectionMethod::IS_STATIC, ReflectionMethod::IS_PUBLIC, ReflectionMethod::IS_PROTECTED, ReflectionMethod::IS_PRIVATE, ReflectionMethod::IS_ABSTRACT, ReflectionMethod::IS_FINAL.

Valorile întroarse

An array of methods.

Vedeţi de asemenea



add a note add a note User Contributed Notes
ReflectionClass::getMethods
There are no user contributed notes for this page.

ReflectionClass::getModifiers> <ReflectionClass::getMethod
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites