在线文档教程
PHP
反射 | Reflection

ReflectionMethod::isProtected

ReflectionMethod::isProtected

(PHP 5, PHP 7)

ReflectionMethod :: isProtected - 检查方法是否受保护

描述

public bool ReflectionMethod::isProtected ( void )

检查方法是否受到保护。

参数

该功能没有参数。

返回值

如果该方法受保护返回TRUE ,否则返回FALSE

← ReflectionMethod::isPrivate

ReflectionMethod::isPublic →