[PHP-DOC] cvs: phpdoc /en/reference/sybase/functions sybase-close.xml From: Damien Seguy (dams <email protected>)
Date: 01/29/03

dams Wed Jan 29 16:18:34 2003 EDT

  Modified files:
    /phpdoc/en/reference/sybase/functions sybase-close.xml
  Log:
  use of entity
  
Index: phpdoc/en/reference/sybase/functions/sybase-close.xml
diff -u phpdoc/en/reference/sybase/functions/sybase-close.xml:1.2 phpdoc/en/reference/sybase/functions/sybase-close.xml:1.3
--- phpdoc/en/reference/sybase/functions/sybase-close.xml:1.2 Wed Apr 17 02:44:39 2002
+++ phpdoc/en/reference/sybase/functions/sybase-close.xml Wed Jan 29 16:18:34 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-close">
    <refnamediv>
@@ -10,16 +10,17 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>sybase_close</methodname>
- <methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>link_identifier</parameter></methodparam>
      </methodsynopsis>
- <para>
- Returns: &true; on success, &false; on error
- </para>
     <para>
      <function>sybase_close</function> closes the link to a Sybase
- database that's associated with the specified link identifier.
+ database that's associated with the specified link
+ <parameter>link_identifier</parameter>.
      If the link identifier isn't specified, the last opened link is
      assumed.
+ </para>
+ <para>
+ &return.success;
     </para>
     <para> Note that this isn't usually necessary, as non-persistent
     open links are automatically closed at the end of the script's

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php