(PHP 5, PHP 7, PHP 8)
ReflectionFunctionAbstract::isStatic — 检查函数是否为静态函数
检查函数是否为静态函数。
此函数没有参数。
如果函数是静态的,则返回true,否则返回false
true
false