mysqli::$affected_rows — Gets the number of affected rows in a previous MySQL operation

mysqli::autocommit — 打开或关闭本次数据库连接的自动命令提交事务模式

mysqli::change_user — Changes the user of the specified database connection

mysqli::$client_info — Get MySQL client info

mysqli::$client_version — Returns the MySQL client version as a string

mysqli::close — 关闭先前打开的数据库连接

mysqli::$connect_errno — Returns the error code from last connect call

mysqli::$connect_error — Returns a string description of the last connect error

mysqli::__construct — Open a new connection to the MySQL server

mysqli::debug — Performs debugging operations

mysqli::errno — 返回最近函数调用的错误代码

mysqli::$error_list — Returns a list of errors from the last command executed

mysqli::$error — Returns a string description of the last error

mysqli::$field_count — Returns the number of columns for the most recent query

mysqli::get_charset — Returns a character set object

mysqli::get_client_info — Get MySQL client info

mysqli_get_client_stats — Returns client per-process statistics

mysqli_get_client_version — Returns the MySQL client version as a string

mysqli::get_connection_stats — Returns statistics about the client connection

mysqli::$host_info — Returns a string representing the type of connection used

mysqli::$protocol_version — Returns the version of the MySQL protocol used

mysqli::$server_info — Returns the version of the MySQL server

mysqli::$server_version — Returns the version of the MySQL server as an integer

mysqli::get_warnings — Get result of SHOW WARNINGS

mysqli::$info — Retrieves information about the most recently executed query

mysqli::init — Initializes MySQLi and returns a resource for use with mysqli_real_connect()

mysqli::$insert_id — Returns the auto generated id used in the last query

mysqli::kill — Asks the server to kill a MySQL thread

mysqli::more_results — Check if there are any more query results from a multi query

mysqli::multi_query — Performs a query on the database

mysqli::next_result — Prepare next result from multi_query

mysqli::ping — Pings a server connection, or tries to reconnect if the connection has gone down

mysqli::poll — Poll connections

mysqli::prepare — Prepare an SQL statement for execution

mysqli::real_connect — Opens a connection to a mysql server

mysqli::real_escape_string — Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection

mysqli::reap_async_query — Get result from async query

mysqli::release_savepoint — Rolls back a transaction to the named savepoint

mysqli::rpl_query_type — Returns RPL query type

mysqli::savepoint — Set a named transaction savepoint

mysqli::select_db — 选择用于数据库查询的默认数据库

mysqli::set_local_infile_default — Unsets user defined handler for load local infile command

mysqli::set_local_infile_handler — Set callback function for LOAD DATA LOCAL INFILE command

mysqli::$sqlstate — Returns the SQLSTATE error from previous MySQL operation

mysqli::ssl_set — Used for establishing secure connections using SSL

mysqli::stat — Gets the current system status

mysqli::stmt_init — 初始化一条语句并返回一个用于mysqli_stmt_prepare(调用)的对象

mysqli::store_result — Transfers a result set from the last query

mysqli::$thread_id — Returns the thread ID for the current connection

mysqli::use_result — Initiate a result set retrieval

mysqli::$warning_count — Returns the number of warnings from the last query for the given link

mysqli.class.php,PHP MySQLi类相关推荐

  1. php mysqli还原数据库,PHP mysqli操作数据库

    起步 由于mysql连接方式被废除,在php7中要使用mysql_connect()还需要额外下载组件. 使用mysqli有面向过程和面向对象两种方式. mysqli提供了三个类: ● mysqli ...

  2. php mysqli搜索数据库,PHP mysqli 操作数据库

    由于mysql连接方式被废除,据说在php7中要使用mysql_connect()还需要额外下载组件. 使用mysqli有面向过程和面向对象两种方式. 由于mysql连接方式被废除,据说在php7中要 ...

  3. php mysqli分页,PHP使用Mysqli类库实现完美分页效果的方法_PHP

    本文实例讲述了PHP使用Mysqli类库实现完美分页效果的方法.分享给大家供大家参考,具体如下: 本篇文章是基于的是我的上篇文章<PHP数据库操作之基于Mysqli的数据库操作类库>而量身 ...

  4. php mysqli new 连接,php mysqli 连接数据库

    php5.0 连接数据 用之前的方法 $con=mysqli_connect("localhost","my_user","my_password&q ...

  5. linux php扩展 mysqli,[linux]PHP添加mysqli扩展 | 学步园

    1. 进入php源码里的目录ext/mysqli,这时候没有configure文件,也没有MakeFile文件,需要借助安装好的php/bin目录下的phpize.运行phpize就会在该目录生成co ...

  6. php mysqli查询实例,php mysqli查询语句返回值类型实例分析

    本文实例分析了php mysqli查询语句返回值类型.分享给大家供大家参考,具体如下: $link = new mysqli('localhost', 'root','123','test'); $s ...

  7. mysqli php 教程,PHP MySQLi 系列函数

    如何用mysqli系列函数连接一个mysql数据库? 1.PHP mysqli_connect()函数:mysqli_connect() 函数打开一个到 MySQL 服务器的新的连接. 语法:mysq ...

  8. linux mysqli模块,Linux 安装mysqli扩展

    1.首先到php的安装包下,下面有一个名为ext的文件,如图: 切换到 cd ext目录 cd mysqli 执行  /usr/local/php-5.6.30/bin/phzie 是因为没有安装 p ...

  9. php mysqli 添加,php添加mysqli扩展

    php添加mysqli扩展 任何php的扩展都可以在php的源码包内单独编译安装 此处因phpmyadmin需mysqli扩展,编译该模块安装,过程及一些问题记录如下: php编译安装路径/usr/l ...

最新文章

  1. 扒出了3867篇论文中的3万个基准测试结果,他们发现追求SOTA其实没什么意义
  2. mxnet 和pytorch比较
  3. offsetLeft 解析
  4. C++对C的加强之register关键字增强
  5. jdk动态代理和cglib的区别
  6. P2Psim分析笔记(5)-EventGenerator and Observer
  7. Android触控屏幕Gesture(GestureDetector和SimpleOnGestureListener的使用教程) 分类:Androidandroid实例...
  8. 单片机ADC0808,DAC0832信号发生器
  9. C# 获取汉语拼音全码及简码
  10. Java运行时常量池
  11. 运营天猫商城的注意事项
  12. 专升本英语——应试题型突破——翻译——固定搭配【学习笔记】
  13. 鱼缸悬浮很多微小气泡_鱼缸水里有很多小气泡解决方案
  14. Android关于libs,jniLibs库的基本使用说明及冲突解决
  15. 《回炉重造》——注解
  16. C++ Bayer图像格式,使用GDAL进行格式转换。
  17. 打印水果价格表(python)
  18. 大数据基础——HDFS(分布式文件系统)
  19. php 小偷程序 图片,一个图片地址分解程序(用于PHP小偷程序)
  20. 徐荣谦《养好脾和肺 宝宝不积食不咳嗽长大个》【02】食物健脾

热门文章

  1. Android对话框的高级设置《二》设置对话框按钮的透明度和对话框的在屏幕上的显示位置
  2. chrome插件系列一:Secure Shell(替代ssh客户端)
  3. 如何选择深度学习框架 TensorFlow/Torch/Mxnet/Theano
  4. Android Sqlite3数据库操作
  5. Android Sensor架构和原理分析
  6. 多速率多传感器数据融合估计(一)
  7. educoder MongoDB 文档的高级查询操作
  8. AC+AP组网和MESH组网介绍和区别
  9. c语言表达式运算符,C语言运算符与表达式
  10. windows bat脚本实现快速配置JDK 环境变量