PHP mongodb close connection

I am using mongodb 5 with php.
I didn’t found any option to close mongodb connection after successful execution in php mongodb library.
Please help me.

As far as I know, there is not one. I just unset the variable I was storing the connection in.