在线文档教程
PHP
反射 | Reflection

ReflectionMethod::isDestructor

ReflectionMethod::isDestructor

(PHP 5, PHP 7)

ReflectionMethod :: isDestructor - 检查方法是否是析构函数

描述

public bool ReflectionMethod::isDestructor ( void )

检查方法是否是析构函数。

参数

该功能没有参数。

返回值

如果方法是析构函数返回TRUE ,否则返回FALSE

← ReflectionMethod::isConstructor

ReflectionMethod::isFinal →