ReflectionMethod
PHP Manual

ReflectionMethod::isDestructor

(PHP 5, PHP 7)

ReflectionMethod::isDestructorChecks if method is a destructor

Beschreibung

public bool ReflectionMethod::isDestructor ( void )

Checks if the method is a destructor.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the method is a destructor, otherwise FALSE

Siehe auch


ReflectionMethod
PHP Manual