OpenSwoole\Coroutine\PostgreSQL->affectedRows(...)

Latest version: pecl install openswoole-22.1.2 | composer require openswoole/core:22.1.5

Declaration

<?php OpenSwoole\Coroutine\PostgreSQL->affectedRows(resource $queryResult): int

Parameters

queryResult

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

Return

Returns a int of the total affected rows by the query.


Description

Returns the number of affected records from the SQL query.


Last updated on September 1, 2022