ReflectionMethod::isDestructor

(PHP 5, PHP 7)

ReflectionMethod::isDestructorChecks if method is a destructor

Opis

public ReflectionMethod::isDestructor ( void ) : bool

Checks if the method is a destructor.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the method is a destructor, otherwise FALSE

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top