__destruct() публичный Метод

Will be called, automatically, if you're supporting just PHP5. If you're supporting PHP4, you'll need to call disconnect().
public __destruct ( )
Пример #1
0
 public function __destruct()
 {
     return @parent::__destruct();
 }