ReflectionMethod
PHP Manual

ReflectionMethod::isDestructor

(PHP 5)

ReflectionMethod::isDestructorChecks if method is a destructor

Описание

public bool ReflectionMethod::isDestructor ( void )

Checks if the method is a destructor.

Параметри

Тази функция няма параметри.

Връщани стойности

TRUE if the method is a destructor, otherwise false;

Вж. също


ReflectionMethod
PHP Manual