mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix sqlsrv_rows_affected/db2_num_fields return type
Closes GH-1479.
This commit is contained in:
parent
2e7c5de96f
commit
266f9f6b4b
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue