didou           Mon Jan 22 01:59:05 2007 UTC

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  Add missing &fbsql.link-identifier.description;
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.185&r2=1.186&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.185 
phpdoc/en/language-snippets.ent:1.186
--- phpdoc/en/language-snippets.ent:1.185       Sun Jan 21 15:13:40 2007
+++ phpdoc/en/language-snippets.ent     Mon Jan 22 01:59:05 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.185 $ -->
+<!-- $Revision: 1.186 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -489,6 +489,21 @@
 </listitem></varlistentry>'>
 
 
+<!-- FBSQL Notes -->
+<!ENTITY fbsql.link-identifier.description '<varlistentry><term><parameter>
+link_identifier</parameter></term><listitem><para>A FrontBase link identifier
+returned by <function>fbsql_connect</function> or 
+<function>fbsql_pconnect</function>.</para><para>If optional and not specified,
+the function will try to find an open link to the FrontBase server and if no
+such link is found it will try to create one as if 
+<function>fbsql_connect</function> was called with no arguments</para>
+</listitem></varlistentry>'>
+
+<!ENTITY fbsql.result.description '<varlistentry><term><parameter>
+result</parameter></term><listitem><para>A result identifier
+returned by <function>fbsql_query</function> or 
+<function>fbsql_db_query</function>.</para></listitem></varlistentry>'>
+
 <!-- Notes for SAPI/Apache -->
 <!ENTITY note.apache.nsapi-module '<note><para>As of PHP 4.3.3 you can use 
this function with the
 <link linkend="ref.nsapi">NSAPI server module</link> in Netscape/iPlanet/SunONE

Reply via email to