search
Homephp教程php手册PHP获取字段数目实现技巧讲解

PHP获取字段数目实现技巧讲解

Jun 13, 2016 am 11:12 AM
mysqlphpfunctionCanFieldaccomplishrightusSkillInquireofObtainexplainpass

我们通过对

mysql_num_fields()函数可以将要查询的表内所有字段的数目统计出来,该函数的语法格式如下:

int mysql_num_fields ( resource $result )

其中参数result是mysql_query()函数执行后返回的结果集。使用mysql_num_fields()函数的PHP获取字段数目示例代码如下:

  1.  ?php  
  2. $connection=mysql_connect("localhost",
    "root","root") or die("连接服务器失败");  
  3. mysql_select_db("sunyang",$connection)
     or die("选择数据库失败");  
  4. $query="select * from employee";  
  5. $result=mysql_query($query) or 
    die("查询数据失败"); //执行查询  
  6. echo mysql_num_fields($result); 
    //输出字段的数目  
  7. mysql_free_result($result);  
  8. mysql_close();  
  9. ?> 

以上就是PHP获取字段数目的相关实现方法介绍。


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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools