(PHP 5 >= 5.1.0, PHP 7)
Sends a request to execute a prepared statement with given parameters, and waits for the result.
resource pg_execute ([ resource $connection ], string $stmtname, array $params )
Sends a request to execute a prepared statement with given parameters, and waits for the result.
pg_execute() is like pg_query_params(), but the command to be executed is specified by naming a previously-prepared statemen