(PHP 5, PHP 7, PHP 8)
ReflectionFunctionAbstract::isStatic — 判断函数是否为 static
判断函数是否是 static。
此函数没有参数。
函数为 static,返回 true,否则为 false
true
false