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