php The command to close the database is "mysqli_close()". In PHP, after the database operation is completed, you can use the mysql_close() function to close the database connection. The syntax format is "mysqli_close (MySQL connection to be closed);".

The operating environment of this tutorial: windows7 system, PHP7.1 version, DELL G3 computer
php closes the database
When the database operation is completed, you can use mysql_close to close the database connection. By default, when PHP is executed, the database connection will be automatically closed.
mysqli_close() function can close a previously opened database connection.
Syntax
mysqli_close(connection);
connection: required. Specifies the MySQL connection to be closed.
Return value: TRUE if successful, FALSE if failed.
[Recommended learning: "PHP Video Tutorial"]
Example:
<?php
$con=mysqli_connect("localhost","my_user","my_password","my_db");
// ....一些 PHP 代码...
mysqli_close($con);
?>For more programming-related knowledge, please visit:programming video! !
The above is the detailed content of What is the command to close the database in php. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Notepad++7.3.1
Easy-to-use and free code editor

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Dreamweaver CS6
Visual web development tools





