PHP 8.3.4 Released!

ReflectionMethod::isDestructor

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isDestructorComprueba si el método es un destructor

Descripción

public ReflectionMethod::isDestructor(): bool

Comprueba si el método es un destructor.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

true si el método es un destructor, o si no false

Ver también

add a note

User Contributed Notes

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