danbeck         Fri May 18 13:47:10 2001 EDT

  Modified files:              
    /phpdoc/en/functions        apache.xml 
  Log:
  resorted functions in alpha-numeric order
  
Index: phpdoc/en/functions/apache.xml
diff -u phpdoc/en/functions/apache.xml:1.9 phpdoc/en/functions/apache.xml:1.10
--- phpdoc/en/functions/apache.xml:1.9  Wed May 16 11:33:20 2001
+++ phpdoc/en/functions/apache.xml      Fri May 18 13:47:09 2001
@@ -87,6 +87,58 @@
    </refsect1>
   </refentry>
 
+  <refentry id="function.ascii2ebcdic">
+   <refnamediv>
+    <refname>ascii2ebcdic</refname>
+    <refpurpose>Translate string from ASCII to EBCDIC</refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Description</title>
+    <funcsynopsis>
+     <funcprototype>
+      <funcdef>int <function>ascii2ebcdic</function></funcdef>
+      <paramdef>string <parameter>ascii_str</parameter></paramdef>
+     </funcprototype>
+    </funcsynopsis>
+    <para>
+     <function>ascii2ebcdic</function> is an Apache-specific function which
+     is available only on EBCDIC based operating systems (OS/390, BS2000).
+     It translates the ASCII encoded string <parameter>ascii_str</parameter>
+     to its equivalent EBCDIC representation (binary safe), and returns
+     the result.
+    </para>
+    <para>
+     See also the reverse function <function>ebcdic2ascii</function> 
+    </para>
+   </refsect1>
+  </refentry>
+
+  <refentry id="function.ebcdic2ascii">
+   <refnamediv>
+    <refname>ebcdic2ascii</refname>
+    <refpurpose>Translate string from EBCDIC to ASCII</refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Description</title>
+    <funcsynopsis>
+     <funcprototype>
+      <funcdef>int <function>ebcdic2ascii</function></funcdef>
+      <paramdef>string <parameter>ebcdic_str</parameter></paramdef>
+     </funcprototype>
+    </funcsynopsis>
+    <para>
+     <function>ebcdic2ascii</function> is an Apache-specific function which
+     is available only on EBCDIC based operating systems (OS/390, BS2000).
+     It translates the EBCDIC encoded string <parameter>ebcdic_str</parameter>
+     to its equivalent ASCII representation (binary safe), and returns
+     the result.
+    </para>
+    <para>
+     See also the reverse function <function>ascii2ebcdic</function> 
+    </para>
+   </refsect1>
+  </refentry>
+
   <refentry id="function.getallheaders">
    <refnamediv>
     <refname>getallheaders</refname>
@@ -163,58 +215,6 @@
      use <function>include</function> or <function>require</function>;
      <function>virtual</function> cannot be used to include a document
      which is itself a PHP file.
-    </para>
-   </refsect1>
-  </refentry>
-
-  <refentry id="function.ascii2ebcdic">
-   <refnamediv>
-    <refname>ascii2ebcdic</refname>
-    <refpurpose>Translate string from ASCII to EBCDIC</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>int <function>ascii2ebcdic</function></funcdef>
-      <paramdef>string <parameter>ascii_str</parameter></paramdef>
-     </funcprototype>
-    </funcsynopsis>
-    <para>
-     <function>ascii2ebcdic</function> is an Apache-specific function which
-     is available only on EBCDIC based operating systems (OS/390, BS2000).
-     It translates the ASCII encoded string <parameter>ascii_str</parameter>
-     to its equivalent EBCDIC representation (binary safe), and returns
-     the result.
-    </para>
-    <para>
-     See also the reverse function <function>ebcdic2ascii</function> 
-    </para>
-   </refsect1>
-  </refentry>
-
-  <refentry id="function.ebcdic2ascii">
-   <refnamediv>
-    <refname>ebcdic2ascii</refname>
-    <refpurpose>Translate string from EBCDIC to ASCII</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>int <function>ebcdic2ascii</function></funcdef>
-      <paramdef>string <parameter>ebcdic_str</parameter></paramdef>
-     </funcprototype>
-    </funcsynopsis>
-    <para>
-     <function>ebcdic2ascii</function> is an Apache-specific function which
-     is available only on EBCDIC based operating systems (OS/390, BS2000).
-     It translates the EBCDIC encoded string <parameter>ebcdic_str</parameter>
-     to its equivalent ASCII representation (binary safe), and returns
-     the result.
-    </para>
-    <para>
-     See also the reverse function <function>ascii2ebcdic</function> 
     </para>
    </refsect1>
   </refentry>


Reply via email to