Ejemplo n.º 1
0
 /**
  * close the stream
  */
 public function close()
 {
     if ($this->io) {
         $this->io->close();
     }
 }