Home  >  Article  >  Backend Development  >  How to use php mysqli_num_rows function

How to use php mysqli_num_rows function

藏色散人
藏色散人Original
2019-05-26 15:32:355703browse

php The mysqli_num_rows function is used to return the number of rows in the result set. Its syntax is mysqli_num_rows(result), and the parameter result is required.

How to use php mysqli_num_rows function

php How to use the mysqli_num_rows function?

Definition and usage

mysqli_num_rows() function returns the number of rows in the result set.

Syntax

mysqli_num_rows(result);

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 rows in the result set.

PHP version: 5

Return the number of rows in the result set:

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

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