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