且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

MySQLi相对于MySQL的优势

更新时间:2022-12-23 21:18:33

请参见文档:

什么是PHP的mysqli扩展?

mysqli扩展名,或原样 有时已知,MySQL进行了改进 扩展,被开发为 的新功能的优势 MySQL系统版本4.1.3和 较新的. mysqli扩展名是 包含在PHP版本5和 以后.

The mysqli extension, or as it is sometimes known, the MySQL improved extension, was developed to take advantage of new features found in MySQL systems versions 4.1.3 and newer. The mysqli extension is included with PHP versions 5 and later.

mysqli扩展名有许多 好处,主要的增强功能 mysql扩展名为:

The mysqli extension has a number of benefits, the key enhancements over the mysql extension being:

  • 面向对象的界面
  • 对准备好的语句的支持
  • 支持多条语句
  • 交易支持
  • 增强的调试功能
  • 嵌入式服务器支持
  • Object-oriented interface
  • Support for Prepared Statements
  • Support for Multiple Statements
  • Support for Transactions
  • Enhanced debugging capabilities
  • Embedded server support