ReflectionMethod
PHP 手册

ReflectionMethod::isFinal

(PHP 5)

ReflectionMethod::isFinalChecks if method is final

说明

public bool ReflectionMethod::isFinal ( void )

Checks if the method is final.

参数

This function has no parameters.

返回值

TRUE if the method is final, otherwise FALSE

参见


ReflectionMethod
PHP 手册