ReflectionClass
PHP 手册

ReflectionClass::getMethods

(PHP 5)

ReflectionClass::getMethodsGets a list of methods

说明

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

Gets a list of methods.

Warning

本函数暂无文档,仅有参数列表。

参数

filter

The filter.

返回值

An array of methods.

参见


ReflectionClass
PHP 手册