[DOC-CVS] [doc-en] master: Fix pg_lo_import return type (#4785)
[email protected] (Vincent Langlet via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Vincent Langlet (VincentLanglet)
Committer: GitHub (web-flow)
Pusher: devnexen
Date: 2025-07-19T18:13:35+01:00
Commit: https://github.com/php/doc-en/commit/d0ae617680e58bde494f9d58d9c553e0a6944418
Raw diff: https://github.com/php/doc-en/commit/d0ae617680e58bde494f9d58d9c553e0a6944418.diff
Fix pg_lo_import return type (#4785)
Changed paths:
M reference/pgsql/functions/pg-lo-import.xml
Diff:
diff --git a/reference/pgsql/functions/pg-lo-import.xml b/reference/pgsql/functions/pg-lo-import.xml
index 291ecfa90056..fee5dbafc4c1 100644
--- a/reference/pgsql/functions/pg-lo-import.xml
+++ b/reference/pgsql/functions/pg-lo-import.xml
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>pg_lo_import</methodname>
+ <type>int|string|false</type><methodname>pg_lo_import</methodname>
<methodparam choice="opt"><type>PgSql\Connection</type><parameter>connection</parameter></methodparam>
<methodparam><type>string</type><parameter>pathname</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>object_id</parameter></methodparam>