ReflectionMethod::isProtected

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isProtected判斷方法是否是保護方法 (protected)

說明

public ReflectionMethod::isProtected(): bool

判斷方法是否是保護方法

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

保護方法返回 true,否則返回 false

參見