Home >Backend Development >PHP Tutorial >php从mysql取数据时候获取的出来的数据位mysql实际存储的类型的哪个函数是什么?

php从mysql取数据时候获取的出来的数据位mysql实际存储的类型的哪个函数是什么?

WBOY
WBOYOriginal
2016-06-06 20:48:211135browse

php 从mysql取数据时 获取出来的数据为mysql实际存储的类型 那个函数是什么?

回复内容:

php 从mysql取数据时 获取出来的数据为mysql实际存储的类型 那个函数是什么?

mysql_field_type for mysql adapter
mysqli_fetch_field_direct for mysqli adapter

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:PHP常量怎么设置Next article:如何查找php.ini文件?