pg_send_query_params
Supported Versions: PHP 5 >= 5.1.0, PHP 7, PHP 8
Submits a command and separate parameters to the server without waiting for the result(s)
<?php pg_send_query_params
(
PgSql\Connection $connection
,
string $query
, array
$params
):
int
|
bool