Закрыть соединение MySQL в php

// OOP
$conn->close();

//Procedural
mysqli_close($conn);
Unsightly Unicorn