Im using this class https://github.com/joshcam/PHP-MySQLi-Database-Class (MysqliDb.php) which works fine however i cant determine if the connection to mysql closes automatically or if i need to close the connection somehow at the end of my file(s) that are using the class.
How to check if the connection is closed or has closed?