/** * 构造函数。 * * @param \LeePHP\Bootstrap $ctx */ function __construct($ctx) { parent::__construct($ctx); $this->core_version = swoole_version(); }
/** * 析构函数。 */ function __destruct() { parent::__destruct(); $this->shell_ok = false; $this->shell_session = NULL; }
/** * 析构函数。 */ function __destruct() { parent::__destruct(); unset($this->gets, $this->posts, $this->files); }
/** * 析构函数。 */ function __destruct() { parent::__destruct(); unset($this->handler); }
/** * 析构函数。 */ function __destruct() { parent::__destruct(); unset($this->serv, $this->cmd_data); }