ReflectionMethod::isDestructor

(PHP 5, PHP 7)

ReflectionMethod::isDestructorChecks if method is a destructor

Beschreibung

public ReflectionMethod::isDestructor ( void ) : bool

Checks if the method is a destructor.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

TRUE if the method is a destructor, otherwise FALSE

Siehe auch