• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • ReflectionMethod::isStatic()

    (PHP 5, PHP 7)

    判断方法是否是静态方法

    说明

    publicReflectionMethod::isStatic(void) : bool

    判断方法是否是静态方法

    参数

    此函数没有参数。

    返回值

    静态方法返回TRUE,否则返回FALSE

    参见

    • ReflectionMethod::isFinal() 判断方法是否定义 final