PHP 8.6.0 Alpha 2 available for testing

ReflectionMethod::isDestructor

(PHP 5, PHP 7, PHP 8)

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

Descripción

public function ReflectionMethod::isDestructor(): bool

Verifica si el método es un destructor.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

true si el método es un destructor, false en caso contrario.

Véase también

add a note

User Contributed Notes

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