dams Wed Jan 29 16:08:33 2003 EDT
Modified files:
/phpdoc/en/reference/sybase/functions sybase-select-db.xml
Log:
returns a resource
Index: phpdoc/en/reference/sybase/functions/sybase-select-db.xml
diff -u phpdoc/en/reference/sybase/functions/sybase-select-db.xml:1.2
phpdoc/en/reference/sybase/functions/sybase-select-db.xml:1.3
--- phpdoc/en/reference/sybase/functions/sybase-select-db.xml:1.2 Wed Apr 17
02:44:42 2002
+++ phpdoc/en/reference/sybase/functions/sybase-select-db.xml Wed Jan 29 16:08:33
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 -->
<refentry id="function.sybase-select-db">
<refnamediv>
@@ -13,8 +13,6 @@
<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
- <para> Returns: &true; on success, &false; on error
- </para>
<para>
<function>sybase_select_db</function> sets the current active
database on the server that's associated with the specified link
@@ -22,6 +20,9 @@
link is assumed. If no link is open, the function will try to
establish a link as if <function>sybase_connect</function> was
called, and use it.
+ </para>
+ <para>
+ &return.success;
</para>
<para>
Every subsequent call to <function>sybase_query</function> will be
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php