(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isPrivate — 检查方法是否为私有
检查方法是否为私有。
此函数没有参数。
如果方法是私有的,则返回true,否则返回false
true
false