We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d10084 commit 258521eCopy full SHA for 258521e
stubs/ext/pgsql/pg_send_execute.php
@@ -1,6 +1,6 @@
1
<?php
2
3
/** @param resource $connection */
4
-function pg_send_execute($connection, string $query, array $params) : int|bool
+function pg_send_execute($connection, string $statement_name, array $params) : int|bool
5
{
6
}
0 commit comments