ReflectionMethod
PHP 手册

ReflectionMethod::isDestructor

(PHP 5)

ReflectionMethod::isDestructorChecks if method is a destructor

说明

public bool ReflectionMethod::isDestructor ( void )

Checks if the method is a destructor.

参数

This function has no parameters.

返回值

TRUE if the method is a destructor, otherwise false;

参见


ReflectionMethod
PHP 手册