pg_send_prepare

Supported Versions: PHP 5 >= 5.1.0, PHP 7, PHP 8
Sends a request to create a prepared statement with the given parameters, without waiting for completion
<?php pg_send_prepare(PgSql\Connection $connection, string $statement_name, string $query): int|bool