ReflectionMethod::isDestructor

(PHP 5, PHP 7, PHP 8)

ReflectionMethod::isDestructorChecks if method is a destructor

Descrição

public ReflectionMethod::isDestructor(): bool

Checks if the method is a destructor.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

true if the method is a destructor, otherwise false

Veja Também

add a note add a note

User Contributed Notes

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