public function close_db_conn(){
}
public function close_db_conn(){
mysqli_close(self::establish_db_conn());
}
mysql> show processlist;
+-----+------+-----------------+------+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+-----+------+-----------------+------+---------+------+-------+------------------+
| 362 | root | localhost:50814 | NULL | Query | 0 | NULL | show processlist |
+-----+------+-----------------+------+---------+------+-------+------------------+
1 row in set (0.00 sec)
mysql> show processlist;
+--------+------+-----------+------+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+--------+------+-----------+------+---------+------+-------+------------------+
| 984141 | root | localhost | NULL | Query | 0 | NULL | show processlist |
+--------+------+-----------+------+---------+------+-------+------------------+
1 row in set (0.00 sec)