ReflectionMethod::isDestructor
(PHP 5)
ReflectionMethod::isDestructor — Checks 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
There are no user contributed notes for this page.
