Spec-Zone .ru
спецификации, руководства, описания, API

21.9.3. MySQL Improved Extension (Mysqli)

21.9.3.1. Examples
21.9.3.2. Overview
21.9.3.3. Quick start guide
21.9.3.4. Installing/Configuring
21.9.3.5. The mysqli Extension and Persistent Connections
21.9.3.6. Predefined Constants
21.9.3.7. Notes
21.9.3.8. The MySQLi Extension Function Summary
21.9.3.9. The mysqli class (mysqli)
21.9.3.10. The mysqli_stmt class (mysqli_stmt)
21.9.3.11. The mysqli_result class (mysqli_result)
21.9.3.12. The mysqli_driver class (mysqli_driver)
21.9.3.13. The mysqli_warning class (mysqli_warning)
21.9.3.14. The mysqli_sql_exception class (mysqli_sql_exception)
21.9.3.15. Aliases and deprecated Mysqli Functions
21.9.3.16. Changelog

Copyright 1997-2012 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 21.9.3.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.