pg_pconnect
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Open a persistent PostgreSQL connection
<?php pg_pconnect
(
string $connection_string
,
int $flags
=
0
):
PgSql\Connection
|
false