Swoole\Coroutine\PostgreSQL->numRows(...)

4.x is outdated, please check the latest version 22.x


Latest version: pecl install openswoole-22.1.2

Declaration

<?php Swoole\Coroutine\PostgreSQL->numRows(resource $queryResult): int

Parameters

queryResult

The result of a executed SQL query which will be a PHP resource variable type.

Return

Returns an int of the total number of rows.


Description

Returns the number of rows from the SQL query.


Last updated on August 31, 2022