Exemplo n.º 1
0
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->buffer);
     unset($this->length);
     unset($this->position);
 }
Exemplo n.º 2
0
 /**
  * This destructor ensures that any resources are properly disposed.
  *
  * @access public
  */
 public function __destruct()
 {
     parent::__destruct();
     unset($this->file);
     unset($this->handle);
 }