MySQLi相对于MySQL的优势 [英] Advantages Of MySQLi over MySQL

查看:84
本文介绍了MySQLi相对于MySQL的优势的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

与MySQL相比,使用MySQLi有什么优势?

What are the advantages of using MySQLi over MySQL?

推荐答案

请参见文档:

什么是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

这篇关于MySQLi相对于MySQL的优势的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆