MySQL I extension of PHP5 is usually used in combination with mysql databases for application systems built using PHP. for a long time, MySQL extension has been accompanied by PHP and MySQL, and provides a channel for interaction between the two.
Php manipulated mysqli database and mysqli Database
Mysql (I) support has been added since php5.0. Newly Added functions are added as objects.
I indicates that there are many functions, high efficiency, and stability to be improved.
Compile-time
MYSQLI provides an object-oriented and process-oriented approach to interacting with the database, looking at both of these ways.
1. Object Oriented
In the object-oriented approach, MYSQLI is encapsulated into a class that is constructed as
Added MySQL (i) support starting from php5.0, adding new functions as objectsI means improved meaning function, high efficiency, stableCompile-time parameters:./configure--with-mysql=/usr/bin/mysql_config \ #使用 mysql clientlibrary (libmysql)
Add MySQL (i) support from php5.0, and new features are added in the form of objects
I express the meaning of the improvement of more functions, high efficiency, stability
Compile-time parameters:
Added MySQL (i) support starting from php5.0, adding new functions as objectsI means improved meaning function, high efficiency, stableCompile-time parameters:./configure--with-mysql=/usr/bin/mysql_config \ #使用 mysql clientlibrary (libmysql)
Overview 1. What is MysqliPhp-mysql function Library is the PHP operation MySQL Database The most primitive extension library, php-mysqli I for improvement, equivalent to the former enhanced version, also contains the relative advanced function, in
When you access data in PHP, you choose Mysqli and PDO, what should you know before you choose?This article will describe the different points of the two approaches, database support, stability, performance, and so on.Overview
When using PHP to access the database, in addition to PHP's own database-driven, we generally have two more good choices: PDO and mysqli. In the actual development process to decide which one to choose the first to have a more comprehensive
When using PHP to access the database, in addition to PHP's own database-driven, we generally have two more good choices: PDO and mysqli. In the actual development process to decide which one to choose the first to have a more comprehensive
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.