void mysql_close(MYSQL *mysql)
        
Descrição
          feca uma conexão aberta anteriormente.
          mysql_close() também desaloca o ponteiro
          do manipulador da conexão para o mysql se
          ele tiver sido alocado automaticamente por
          mysql_init() ou
          mysql_connect().
        
Valor Retornado
Nenhum.
Erros
Nenhum.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.

