[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Fix sqlsrv_rows_affected/db2_num_fields return type
From:       Jordi Boggiano via GitHub <noreply () php ! net>
Date:       2022-03-25 9:37:14
Message-ID: e45PAjdGnNpV5ip9sMxJog7XuWMUh4oxBNkI7MUf8 () main ! php ! net
[Download RAW message or body]

Author: Jordi Boggiano (Seldaek)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-03-25T10:34:39+01:00

Commit: https://github.com/php/doc-en/commit/266f9f6b4bf4bcaa1ef7f23d8eeaaed884b70aaa
Raw diff: https://github.com/php/doc-en/commit/266f9f6b4bf4bcaa1ef7f23d8eeaaed884b70aaa.diff


Fix sqlsrv_rows_affected/db2_num_fields return type

Closes GH-1479.

Changed paths:
  M  reference/ibm_db2/functions/db2-num-fields.xml
  M  reference/sqlsrv/functions/sqlsrv-rows-affected.xml


Diff:

diff --git a/reference/ibm_db2/functions/db2-num-fields.xml \
b/reference/ibm_db2/functions/db2-num-fields.xml index aff008283e8..d1fc7780539 \
                100644
--- a/reference/ibm_db2/functions/db2-num-fields.xml
+++ b/reference/ibm_db2/functions/db2-num-fields.xml
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>int</type><methodname>db2_num_fields</methodname>
+   <type class="union"><type>int</type><type>false</type></type><methodname>db2_num_fields</methodname>
  <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
   </methodsynopsis>
 
diff --git a/reference/sqlsrv/functions/sqlsrv-rows-affected.xml \
b/reference/sqlsrv/functions/sqlsrv-rows-affected.xml index e2ff42edebb..6c0631b870b \
                100644
--- a/reference/sqlsrv/functions/sqlsrv-rows-affected.xml
+++ b/reference/sqlsrv/functions/sqlsrv-rows-affected.xml
@@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>int</type><methodname>sqlsrv_rows_affected</methodname>
+   <type class="union"><type>int</type><type>false</type></type><methodname>sqlsrv_rows_affected</methodname>
  <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
   </methodsynopsis>
   <para>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic