DboSource::close PHP 메소드

close() 공개 메소드

Disconnects database, kills the connection and says the connection is closed.
public close ( ) : void
리턴 void
    public function close()
    {
        $this->disconnect();
    }
DboSource