ReflectionMethod
PHP Manual

ReflectionMethod::isDestructor

(PHP 5)

ReflectionMethod::isDestructorChecks if method is a destructor

Opis

public bool ReflectionMethod::isDestructor ( void )

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ż:


ReflectionMethod
PHP Manual