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

22.9.3. MySQL Improved Extension (Mysqli)

22.9.3.1. Examples
22.9.3.2. Overview
22.9.3.3. Quick start guide
22.9.3.4. Installing/Configuring
22.9.3.5. The mysqli Extension and Persistent Connections
22.9.3.6. Predefined Constants
22.9.3.7. Notes
22.9.3.8. The MySQLi Extension Function Summary
22.9.3.9. The mysqli class (mysqli)
22.9.3.10. The mysqli_stmt class (mysqli_stmt)
22.9.3.11. The mysqli_result class (mysqli_result)
22.9.3.12. The mysqli_driver class (mysqli_driver)
22.9.3.13. The mysqli_warning class (mysqli_warning)
22.9.3.14. The mysqli_sql_exception class (mysqli_sql_exception)
22.9.3.15. Aliases and deprecated Mysqli Functions
22.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 22.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.