MySQL Drivers and Plugins
PHP offers several MySQL drivers and plugins for accessing and handling MySQL.
The differences and functionality of the MySQL extensions are described within the overview of this section.
- Overview of the MySQL PHP drivers
- Mysql — 原生 MySQL API
- Mysqli — MySQL增强版扩展
- 简介
- Overview
- Quick start guide
- 安装/配置
- mysqli扩展和持久化连接
- 预定义常量
- Notes
- MySQLi扩展功能概述
- MySQLi — MySQLi类
- MySQLi_STMT — MySQLi_STMT类
- mysqli_result — mysqli_result类
- MySQLi_Driver — MySQLi_Driver类
- MySQLi_Warning — MySQLi_Warning类
- mysqli_sql_exception — The mysqli_sql_exception class
- 别名和过时的Mysqli 函数
- Mysqlnd — MySQL Native Driver
- mysqlnd_ms — Mysqlnd replication and load balancing plugin
- mysqlnd_qc — Mysqlnd query result cache plugin
- mysqlnd_uh — Mysqlnd user handler plugin
- 简介
- Quickstart and Examples
- 安装/配置
- 预定义常量
- MysqlndUhConnection — The MysqlndUhConnection class
- MysqlndUhPreparedStatement — The MysqlndUhPreparedStatement class
- Mysqlnd_uh 函数
- Change History
- mysqlnd_mux — Mysqlnd connection multiplexing plugin
- mysqlnd_memcache — Mysqlnd Memcache plugin
There are no user contributed notes for this page.
