PHP Portal » PHP Handbuch » ReflectionMethod::isDestructor

Werbung

ReflectionMethod::isDestructor


(PHP 5)

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