ReflectionMethod::isPrivate
ReflectionMethod::isPrivate
(PHP 5, PHP 7)
ReflectionMethod :: isPrivate - 检查方法是否是私有的
描述
public bool ReflectionMethod::isPrivate ( void )
检查方法是否是私人的。
警告
此功能目前没有记录; 只有它的参数列表可用。
参数
该功能没有参数。
返回值
如果该方法是私人的返回TRUE
,否则返回FALSE
← ReflectionMethod::isFinal
ReflectionMethod::isProtected →