(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isPrivate — 判断方法是否是私有
判断方法是否是私有。
此函数没有参数。
方法私有为 true,否则为 false。
true
false