ReflectionMethod::isDestructor
(PHP 5)
ReflectionMethod::isDestructor — Checks if method is a destructor
Descripción
public bool ReflectionMethod::isDestructor
( void
)
Checks if the method is a destructor.
Parámetros
Esta función no tiene parámetros.
Valores devueltos
TRUE if the method is a destructor, otherwise FALSE
There are no user contributed notes for this page.
