db_mysqli::close PHP 메소드

close() 공개 메소드

关闭数据库
public close ( ) : volid
리턴 volid
    public function close()
    {
        if ($this->_linkID) {
            $this->_linkID->close();
        }
        $this->_linkID = null;
    }