mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Corrected return types for odbc_error() and odbc_errormsg().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44782 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6385ba9515
commit
93ffe19202
1 changed files with 2 additions and 2 deletions
|
@ -380,7 +380,7 @@
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>odbc_error</function></funcdef>
|
||||
<funcdef>string <function>odbc_error</function></funcdef>
|
||||
<paramdef>int <parameter><optional>connection_id</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
@ -406,7 +406,7 @@
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>odbc_errormsg</function></funcdef>
|
||||
<funcdef>string <function>odbc_errormsg</function></funcdef>
|
||||
<paramdef>int <parameter><optional>connection_id</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
|
Loading…
Reference in a new issue