- PHP 手册
- 函数参考
- 变量与类型相关扩展
- 反射
- ReflectionMethod
ReflectionMethod::isStatic
(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isStatic — 判断方法是否是静态方法
说明
public ReflectionMethod::isStatic(): bool判断方法是否是静态方法
参数
此函数没有参数。
返回值
静态方法返回 true
,否则返回 false
参见
- ReflectionMethod::isFinal() - 判断方法是否定义 final
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/reflectionmethod.isstatic.php