ReflectionMethod
PHP Manual

ReflectionMethod::isDestructor

(PHP 5)

ReflectionMethod::isDestructorChecks if method is a destructor

Descrizione

public bool ReflectionMethod::isDestructor ( void )

Checks if the method is a destructor.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

TRUE if the method is a destructor, otherwise FALSE

Vedere anche:


ReflectionMethod
PHP Manual