ReflectionClass
PHP Manual

ReflectionClass::getMethod

(PHP 5)

ReflectionClass::getMethodGets a ReflectionMethod

说明

public object ReflectionClass::getMethod ( string $name )

Gets a ReflectionMethod about a method.

Warning

本函数还未编写文档,仅有参数列表。

参数

name

The method name to reflect.

返回值

A ReflectionMethod.

参见


ReflectionClass
PHP Manual