ReflectionMethod
PHP Manual

ReflectionMethod::isDestructor

(PHP 5)

ReflectionMethod::isDestructorChecks if method is a destructor

Descrição

public bool ReflectionMethod::isDestructor ( void )

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


ReflectionMethod
PHP Manual