pg_send_execute

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