(PHP 5)
ReflectionMethod::isDestructor — Checks if method is a destructor
Beschreibung
public bool ReflectionMethod::isDestructor
( void
)
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
TRUE if the method is a destructor, otherwise false;