Beispiel #1
0
 /**
  * 析构函数。
  */
 function __destruct()
 {
     parent::__destruct();
     $this->shell_ok = false;
     $this->shell_session = NULL;
 }
Beispiel #2
0
 /**
  * 析构函数。
  */
 function __destruct()
 {
     parent::__destruct();
     unset($this->gets, $this->posts, $this->files);
 }
Beispiel #3
0
 /**
  * 析构函数。
  */
 function __destruct()
 {
     parent::__destruct();
     unset($this->handler);
 }
 /**
  * 析构函数。
  */
 function __destruct()
 {
     parent::__destruct();
     unset($this->serv, $this->cmd_data);
 }