Fix sqlsrv_rows_affected/db2_num_fields return type

Closes GH-1479.
This commit is contained in:
Jordi Boggiano 2022-03-25 10:34:39 +01:00 committed by GitHub
parent 2e7c5de96f
commit 266f9f6b4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>