ReflectionMethod::isDestructor

(PHP 5, PHP 7, PHP 8)

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

说明

public ReflectionMethod::isDestructor(): bool

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

参数

此函数没有参数。

返回值

如果方法是析构函数,则返回true,否则返回false

参见

添加笔记

用户贡献的笔记

此页面没有用户贡献的笔记。
To Top