(PHP 5)
ReflectionClass::getMethods — Gets a list of methods
$filter
] )Gets a list of methods.
本函数还未编写文档,仅有参数列表。
filter
Any combination of ReflectionMethod::IS_STATIC
,
ReflectionMethod::IS_PUBLIC
,
ReflectionMethod::IS_PROTECTED
,
ReflectionMethod::IS_PRIVATE
,
ReflectionMethod::IS_ABSTRACT
,
ReflectionMethod::IS_FINAL
.
An array of methods.