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 a869a8a commit 4025fc1Copy full SHA for 4025fc1
Php8StubsMap.php
@@ -2741,6 +2741,7 @@ public function __construct(int $phpVersionId)
2741
'pg_exit_pipeline_mode' => 'stubs/ext/pgsql/pg_exit_pipeline_mode.php',
2742
'pg_pipeline_status' => 'stubs/ext/pgsql/pg_pipeline_status.php',
2743
'pg_pipeline_sync' => 'stubs/ext/pgsql/pg_pipeline_sync.php',
2744
+ 'pg_send_flush_request' => 'stubs/ext/pgsql/pg_send_flush_request.php',
2745
'pg_set_error_context_visibility' => 'stubs/ext/pgsql/pg_set_error_context_visibility.php',
2746
'posix_eaccess' => 'stubs/ext/posix/posix_eaccess.php',
2747
'posix_fpathconf' => 'stubs/ext/posix/posix_fpathconf.php',
stubs/ext/pgsql/pg_send_flush_request.php
@@ -0,0 +1,6 @@
1
+<?php
2
+
3
+#[\Since('8.3')]
4
+function pg_send_flush_request(\PgSql\Connection $connection): bool
5
+{
6
+}
0 commit comments