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

    (PHP 5, PHP 7)

    判断方法是否定义 final

    说明

    publicReflectionMethod::isFinal(void) : bool

    判断方法是否定义final

    参数

    此函数没有参数。

    返回值

    如果是 final 返回TRUE,否则返回FALSE

    参见

    • ReflectionMethod::isStatic() 判断方法是否是静态方法