ReflectionMethod::isDestructor
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Checks if method is a destructor
Description
ReflectionMethod::isDestructor(): bool
Checks if the method is a destructor.
Parameters Parameters
Return Values
true if the method is a destructor, otherwise false
See Also
ReflectionMethod::isConstructor