PHP 8.3.4 Released!

ReflectionMethod::isFinal

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isFinalComprueba si el método es final

Descripción

public ReflectionMethod::isFinal(): bool

Comprueba si el método es final.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

true si el método es final, o si no false

Ver también

  • ReflectionMethod::isStatic()

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top