mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixing wrong return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57960 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9f2ef422fc
commit
719415f7ac
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<reference id="ref.fbsql">
|
||||
<title>FrontBase functions</title>
|
||||
<titleabbrev>FrontBase</titleabbrev>
|
||||
|
@ -1858,7 +1858,7 @@ $result = fbsql_query ("SELECT my_col FROM my_tbl")
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>resource <function>fbsql_select_db</function></funcdef>
|
||||
<funcdef>bool <function>fbsql_select_db</function></funcdef>
|
||||
<paramdef>string <parameter>database_name</parameter></paramdef>
|
||||
<paramdef>resource
|
||||
<parameter>
|
||||
|
|
Loading…
Reference in a new issue