PDF (US Ltr)
- 5.3Mb
PDF (A4)
- 5.3Mb
- 7.3.1 Overview
- 7.3.2 Quick start guide
- 7.3.3 Installing/Configuring
- 7.3.4 The mysqli Extension and Persistent Connections
- 7.3.5 Predefined Constants
- 7.3.6 Notes
- 7.3.7 The MySQLi Extension Function Summary
- 7.3.8 The mysqli class
- 7.3.9 The mysqli_stmt class
- 7.3.10 The mysqli_result class
- 7.3.11 The mysqli_driver class
- 7.3.12 The mysqli_warning class
- 7.3.13 The mysqli_sql_exception class
- 7.3.14 Aliases and deprecated Mysqli Functions
- 7.3.15 Changelog
Copyright 1997-2022 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 7.3.1, “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.
Examples use either the world or sakila database, which are freely available.