ReflectionClass
PHP Manual

ReflectionClass::getMethods

(PHP 5)

ReflectionClass::getMethodsGets a list of methods

Opis

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

Gets a list of methods.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

filter

The filter.

Zwracane wartości

An array of methods.

Zobacz też:


ReflectionClass
PHP Manual