Exemple #1
0
 public function __destruct()
 {
     parent::__destruct();
     if ($this->fileFd) {
         fclose($this->fileFd);
     }
 }