Exemplo n.º 1
0
 function close()
 {
     if (!mysql_close()) {
         basic::Error('Fatal error', 'Could not close connection to the database!');
     }
 }