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 数据类型


- 从 PHP 中的输入表单获取日期 2022-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- Laravel 仓库 2022-01-01