db_mysql::__destruct PHP Method

__destruct() public method

pconnect 不释放连接
public __destruct ( )
    public function __destruct()
    {
        if ($this->wlink) {
            $this->wlink = NULL;
        }
        if ($this->rlink) {
            $this->rlink = NULL;
        }
    }