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