價格:免費
更新日期:2019-05-14
檔案大小:3.9M
目前版本:1.0
版本需求:Android 4.0 以上版本
官方網站:mailto:dongchinhlazare@gmail.com
Email:https://educationalappz.blogspot.com/2019/03/educational-appz-privacy-policy.html
Learn MySQLi, Basic MySQLi, MySQLi book, MySQLi app, learn basic MySQLi, MySQLi notes, MySQLi tutorial.
The MySQLi Extension (MySQL Improved) is a relational database driver used in the PHP scripting language to provide an interface with MySQL databases. There are three main API options when considering connecting to a MySQL database server:
• PHP's MySQL Extension
• PHP's MySQLi Extension
• PHP Data Objects (PDO)
The PHP code consists of a core, with optional extensions to the core functionality. PHP's MySQL-related extensions, such as the MySQLi extension, and the MySQL extension, are implemented using the PHP extension framework. An extension typically exposes an API to the PHP developer, to allow its facilities to be used programmatically. However, some extensions which use the PHP extension framework do not expose an API to the PHP developer.
The PDO MySQL driver extension, for example, does not expose an API to the PHP developer, but provides an interface to the PDO layer above it.
MySQLi is an improved version of the older PHP MySQL driver, offering various benefits.[1]
The authors of the PHP scripting language recommend using MySQLi when dealing with MySQL server versions 4.1.3 and newer (takes advantage of new functionality).