How to use php mysqli_num_fields function

藏色散人
Release: 2023-02-22 19:28:01
Original
3317 people have browsed it

php The mysqli_num_fields function is used to return the number of fields (columns) in the result set. Its syntax is mysqli_num_fields(result). The parameter result is required and refers to the result set identifier returned by mysqli_query(), mysqli_store_result() or mysqli_use_result(). .

How to use php mysqli_num_fields function

php How to use the mysqli_num_fields function?

Definition and usage

mysqli_num_fields() function returns the number of fields (columns) in the result set.

Syntax

mysqli_num_fields(result);
Copy after login

Parameters

result Required. Specifies the result set identifier returned by mysqli_query(), mysqli_store_result(), or mysqli_use_result().

Return value: Returns the number of fields in the result set.

PHP version: 5

Return the number of fields (columns) in the result set:

Copy after login

The above is the detailed content of How to use php mysqli_num_fields function. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!