mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fixed return type for odbc_do()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27328 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
370652e535
commit
1f98ded65f
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>odbc_do</function></funcdef>
|
||||
<funcdef>int <function>odbc_do</function></funcdef>
|
||||
<paramdef>int <parameter>conn_id</parameter></paramdef>
|
||||
<paramdef>string <parameter>query</parameter></paramdef>
|
||||
</funcprototype>
|
||||
|
|
Loading…
Reference in a new issue