(PHP 5 >= 5.1.0, PHP 7)
Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text.
resource pg_query_params ([ resource $connection ], string $query, array $params )
Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text.
pg_query_params() is like pg_query(), but offers add