PHP - Manual: ReflectionMethod::isDestructor
2024-11-15
(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isDestructor — 判断方法是否是析构方法
判断方法是否是析构方法
此函数没有参数。
如果是析构方法返回 true
,否则返回 false
官方地址:https://www.php.net/manual/en/reflectionmethod.isdestructor.php