/** * */ public function __destruct() { $this->handleClose(); parent::__destruct(); unset($this->resource); unset($this->autoClose); unset($this->closing); }
/** * */ public function __destruct() { $this->handleClose(); parent::__destruct(); unset($this->socket); unset($this->loop); unset($this->open); unset($this->paused); }