irchtml         Wed Jan 12 03:51:57 2005 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  #these should be sorted
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.130&r2=1.131&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.130 
phpdoc/en/language-snippets.ent:1.131
--- phpdoc/en/language-snippets.ent:1.130       Wed Jan 12 03:49:38 2005
+++ phpdoc/en/language-snippets.ent     Wed Jan 12 03:51:55 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.130 $ -->
+<!-- $Revision: 1.131 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -368,6 +368,19 @@
 or anything else which can examine objects.</simpara></note>'>
 
 <!-- SQLite Notes -->
+<!ENTITY sqlite.case-fold '<para>The column names returned by
+<constant>SQLITE_ASSOC</constant> and <constant>SQLITE_BOTH</constant> will be
+case-folded according to the value of the
+<link linkend="ini.sqlite.assoc-case">sqlite.assoc_case</link> configuration
+option.</para>'>
+
+<!ENTITY sqlite.decode-bin '<para>When the <parameter>decode_binary</parameter>
+parameter is set to &true; (the default), PHP will decode the binary encoding
+it applied to the data if it was encoded using the
+<function>sqlite_escape_string</function>.  You should normally leave this
+value at its default, unless you are interoperating with databases created by
+other sqlite capable applications.</para>'>
+
 <!ENTITY sqlite.no-unbuffered '<note><para>This function cannot be used with 
 unbuffered result handles.</para></note>'>
 
@@ -384,19 +397,6 @@
 will return both associative and numerical indices.
 <constant>SQLITE_BOTH</constant> is the default for this function.</para>'>
 
-<!ENTITY sqlite.case-fold '<para>The column names returned by
-<constant>SQLITE_ASSOC</constant> and <constant>SQLITE_BOTH</constant> will be
-case-folded according to the value of the
-<link linkend="ini.sqlite.assoc-case">sqlite.assoc_case</link> configuration
-option.</para>'>
-
-<!ENTITY sqlite.decode-bin '<para>When the <parameter>decode_binary</parameter>
-parameter is set to &true; (the default), PHP will decode the binary encoding
-it applied to the data if it was encoded using the
-<function>sqlite_escape_string</function>.  You should normally leave this
-value at its default, unless you are interoperating with databases created by
-other sqlite capable applications.</para>'>
-
 <!-- Database Notes -->
 <!ENTITY database.field-case '<note><simpara>Field names returned by this 
function
 are <emphasis>case-sensitive</emphasis>.</simpara></note>'>

Reply via email to