예제 #1
0
 function close()
 {
     if ($this->stream) {
         fflush($this->stream);
         fclose($this->stream);
     }
     parent::close();
 }