| PHP » GoLang | login |
            register |
            
            about | 
| 
                             mysqli::closemysqli_close(PHP 5, PHP 7) mysqli::close -- mysqli_close — Closes a previously opened database connection DescriptionObject oriented style 
   bool mysqli::close
    ( void
   ) Procedural style Closes a previously opened database connection. Open non-persistent MySQL connections and result sets are automatically destroyed when a PHP script finishes its execution. So, while explicitly closing open connections and freeing result sets is optional, doing so is recommended. This will immediately return resources to PHP and MySQL, which can improve performance. For related information, see freeing resources Parameters
 
 Return Values
   Returns  ExamplesSee mysqli_connect(). Notes
 See Also
 
 | 
                    more
                     Most requested
 
                    more
                     Last requests
 |