(PHP 5, PHP 7)
Checks if method is a destructor
public bool ReflectionMethod::isDestructor ( void )
Checks if the method is a destructor.
Returns:
TRUE
if the method is a destructor, otherwise FALSE
See also:
Please login to continue.