pg_insert

Supported Versions: PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
Insert array into table
<?php pg_insert(    PgSql\Connection $connection,    string $table_name,    array $values,    int $flags = PGSQL_DML_EXEC): PgSql\Result|string|bool