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

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!