pg_send_execute
symfony/var-dumper
Supported Versions: PHP 5 >= 5.1.0, PHP 7, PHP 8
Sends a request to execute a prepared statement with given parameters, without waiting for the result(s)
<?php pg_send_execute
(
PgSql\Connection $connection
,
string $statement_name
, array
$params
):
int
|
bool