svn: /phpdoc/ja/trunk/reference/pgsql/functions/ pg-fetch-result.xml
[email protected] (Yoshinari Takaoka) Thu, 10 Dec 2020 00:52:49 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Thu, 10 Dec 2020 00:52:49 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351985
Log:
Fix #80500: pg_fetch_result returns type is wrong according to the doc
Bug: https://bugs.php.net/80500 (Closed) pg_fetch_result returns type is wrong according to the doc
Changed paths:
U phpdoc/ja/trunk/reference/pgsql/functions/pg-fetch-result.xml
Modified: phpdoc/ja/trunk/reference/pgsql/functions/pg-fetch-result.xml
===================================================================
--- phpdoc/ja/trunk/reference/pgsql/functions/pg-fetch-result.xml 2020-12-09 23:20:37 UTC (rev 351984)
+++ phpdoc/ja/trunk/reference/pgsql/functions/pg-fetch-result.xml 2020-12-10 00:52:49 UTC (rev 351985)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- splitted from ./ja/functions/pgsql.xml, last change in rev 1.14 -->
-<!-- EN-Revision: 297028 Maintainer: hirokawa Status: ready -->
-<!-- CREDITS: takagi -->
+<!-- EN-Revision: 351978 Maintainer: hirokawa Status: ready -->
+<!-- CREDITS: takagi,mumumu -->
<refentry xml:id="function.pg-fetch-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_fetch_result</refname>
@@ -12,13 +12,13 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>pg_fetch_result</methodname>
+ <type class="union"><type>string</type><type>false</type><type>null</type></type><methodname>pg_fetch_result</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam><type>int</type><parameter>row</parameter></methodparam>
<methodparam><type>mixed</type><parameter>field</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
- <type>string</type><methodname>pg_fetch_result</methodname>
+ <type class="union"><type>string</type><type>false</type><type>null</type></type><methodname>pg_fetch_result</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam><type>mixed</type><parameter>field</parameter></methodparam>
</methodsynopsis>