Date: 10/19/00
- Next message: Ghislain Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions apache.xml"
- Previous message: Thomas Schürmann : "Re: [PHP-DOC] cvs: phpdoc /de/functions image.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
martin Thu Oct 19 06:29:45 2000 EDT
Modified files:
/phpdoc/en/functions apache.xml
Log:
Finally document the (currently only PHP3) functions ebcdic2ascii() and ascii2ebcdic()
Index: phpdoc/en/functions/apache.xml
diff -u phpdoc/en/functions/apache.xml:1.6 phpdoc/en/functions/apache.xml:1.7
--- phpdoc/en/functions/apache.xml:1.6 Sat Jul 29 08:39:39 2000
+++ phpdoc/en/functions/apache.xml Thu Oct 19 06:29:45 2000
@@ -167,6 +167,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>
+
</reference>
<!-- Keep this comment at the end of the file
- Next message: Ghislain Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions apache.xml"
- Previous message: Thomas Schürmann : "Re: [PHP-DOC] cvs: phpdoc /de/functions image.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

