- 22.10.2.1. Examples
- 22.10.2.2. Overview
- 22.10.2.3. Installing/Configuring
- 22.10.2.4. The mysqli Extension and Persistent Connections
- 22.10.2.5. Predefined Constants
- 22.10.2.6. The MySQLi Extension Function Summary
- 22.10.2.7. The MySQLi class (
MySQLi
) - 22.10.2.8. The MySQLi_STMT class (
MySQLi_STMT
) - 22.10.2.9. The MySQLi_Result class (
MySQLi_Result
) - 22.10.2.10. The MySQLi_Driver class (
MySQLi_Driver
) - 22.10.2.11. The MySQLi_Warning class (
MySQLi_Warning
) - 22.10.2.12. Aliases and deprecated Mysqli Functions
Copyright 1997-2010 the PHP Documentation Group.
The mysqli
extension allows you to access the
functionality provided by MySQL 4.1 and above. More information
about the MySQL Database server can be found at
http://www.mysql.com/
An overview of software available for using MySQL from PHP can be found at Section 22.10.2.2, “Overview”
Documentation for MySQL can be found at http://dev.mysql.com/doc/.
Parts of this documentation included from MySQL manual with permissions of Oracle Corporation.