ReflectionMethod
PHP Manual

ReflectionMethod::isProtected

(PHP 5)

ReflectionMethod::isProtectedChecks if method is protected

说明

public bool ReflectionMethod::isProtected ( void )

Checks if the method is protected.

参数

此函数没有参数。

返回值

TRUE if the method is protected, otherwise FALSE

参见


ReflectionMethod
PHP Manual