suche nach in der

ReflectionMethod::isFinal> <ReflectionMethod::isConstructor
Last updated: Fri, 25 May 2012

view this page in

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



add a note add a note User Contributed Notes
ReflectionMethod::isDestructor
There are no user contributed notes for this page.