__destruct() public method

Will be called, automatically, if you're supporting just PHP5. If you're supporting PHP4, you'll need to call disconnect().
public __destruct ( )
Ejemplo n.º 1
0
 public function __destruct()
 {
     return @parent::__destruct();
 }