PHP mysqli_fetch_field data type(PHP mysqli_fetch_field 数据类型)
问题描述
我需要一些帮助来追踪有关 mysqli 结果对象的 fetch_field 方法中的信息的一些基本信息.
I need some help tracking down a bit of nitty gritty information on the information in the fetch_field method of a mysqli result object.
特别是 type 属性 - 来自 文档似乎该字段返回一个整数...
Specifically the type property - from the documentation it would seem that this field returns an integer...
太好了!
我似乎找不到可以让我将数字转换为相应数据类型的表格.我什至不确定我是在寻找 php 还是 mysql 特定信息.迫不及待我可以自己绘制出来,但我更希望有人能指出我的实际文档.
I just can't seem to find a table that will let me translate the number to it's respective data type. I'm not even sure if I'm looking for php or mysql specific information. Push come to shove I can map it out myself, but I'd much rather if someone can point me to the actual documentation.
我错过了什么?
推荐答案
您可以将此数字与此处列出的各种预定义常量进行比较:
You can compare this number to various predefined constants, which are listed here:
http://www.php.net/manual/en/mysqli.常量.php
例如MYSQLI_TYPE_SHORT
这篇关于PHP mysqli_fetch_field 数据类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:PHP mysqli_fetch_field 数据类型
基础教程推荐
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- 在多维数组中查找最大值 2021-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01