Example #1
0
 /**
  * Close the stream.
  *
  * @return bool True on success.
  */
 public function close()
 {
     return $this->connected->close();
 }
 protected function tearDown()
 {
     if ($this->stream) {
         $this->stream->close();
     }
 }