(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isDestructor — 检查方法是否为析构函数
检查方法是否为析构函数。
此函数没有参数。
如果方法是析构函数,则返回true,否则返回false。
true
false