ReflectionMethod::isDestructor(PHP 5) ReflectionMethod::isDestructor — Checks if method is a destructor Описание
public bool ReflectionMethod::isDestructor
( void
)
Checks if the method is a destructor. Список параметровУ этой функции нет параметров. Возвращаемые значенияTRUE if the method is a destructor, otherwise FALSE |
||