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