Example #1
0
 /**
  * Close the opened stream.
  *
  * @return  mixed
  */
 public function close()
 {
     if (null === $this->_stream) {
         return;
     }
     return $this->_stream->close();
 }