baoengb         Thu Apr  7 11:38:30 2005 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  Added sybase.linkid.description for new doc style in sybase
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.144&r2=1.145&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.144 
phpdoc/en/language-snippets.ent:1.145
--- phpdoc/en/language-snippets.ent:1.144       Mon Apr  4 18:07:58 2005
+++ phpdoc/en/language-snippets.ent     Thu Apr  7 11:38:29 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.144 $ -->
+<!-- $Revision: 1.145 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -473,6 +473,15 @@
 <!ENTITY sybase.db.only '<note><simpara>This function is only available using
 the DB library interface to Sybase, and not the CT library.</simpara></note>'>
 
+<!ENTITY sybase.linkid.description '<varlistentry><term><parameter>
+link_identifier</parameter></term><listitem><para>The Sybase connection. If 
the 
+link identifier is not specified, the last link opened by 
+<function>sybase_connect</function> is assumed. If no such link is found, it
+will try to create one as if <function>sybase_connect</function> was called
+with no arguments. If by chance no connection is found or established, an
+<constant>E_WARNING</constant> level warning is generated.</para></listitem>
+</varlistentry>'>
+
 <!-- CPDF Unit length -->
 <!ENTITY cpdf.ul '<para>The optional parameter <parameter>mode</parameter>
 determines the unit length. If it is 0 or omitted the default unit as specified

Reply via email to