Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function close()
 {
     if ($this->stream !== NULL) {
         $this->hash = hash_final($this->md5);
     }
     parent::close();
 }
Пример #2
0
 /**
  * {@inheritdoc}
  */
 public function close()
 {
     if ($this->buffer !== NULL) {
         fclose($this->buffer);
         $this->buffer = NULL;
     }
     parent::close();
 }