From 0e06c96cc2d9b283830ee287d562e0abb17ba138 Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Fri, 18 May 2001 20:47:09 +0000 Subject: [PATCH] resorted functions in alpha-numeric order git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47795 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/apache.xml | 104 +++++++++++++++++++++---------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/functions/apache.xml b/functions/apache.xml index 792e87467b..4a8939f9f7 100644 --- a/functions/apache.xml +++ b/functions/apache.xml @@ -87,6 +87,58 @@ + + + ascii2ebcdic + Translate string from ASCII to EBCDIC + + + Description + + + int ascii2ebcdic + string ascii_str + + + + ascii2ebcdic is an Apache-specific function which + is available only on EBCDIC based operating systems (OS/390, BS2000). + It translates the ASCII encoded string ascii_str + to its equivalent EBCDIC representation (binary safe), and returns + the result. + + + See also the reverse function ebcdic2ascii + + + + + + + ebcdic2ascii + Translate string from EBCDIC to ASCII + + + Description + + + int ebcdic2ascii + string ebcdic_str + + + + ebcdic2ascii is an Apache-specific function which + is available only on EBCDIC based operating systems (OS/390, BS2000). + It translates the EBCDIC encoded string ebcdic_str + to its equivalent ASCII representation (binary safe), and returns + the result. + + + See also the reverse function ascii2ebcdic + + + + getallheaders @@ -167,58 +219,6 @@ while (list ($header, $value) = each ($headers)) { - - - ascii2ebcdic - Translate string from ASCII to EBCDIC - - - Description - - - int ascii2ebcdic - string ascii_str - - - - ascii2ebcdic is an Apache-specific function which - is available only on EBCDIC based operating systems (OS/390, BS2000). - It translates the ASCII encoded string ascii_str - to its equivalent EBCDIC representation (binary safe), and returns - the result. - - - See also the reverse function ebcdic2ascii - - - - - - - ebcdic2ascii - Translate string from EBCDIC to ASCII - - - Description - - - int ebcdic2ascii - string ebcdic_str - - - - ebcdic2ascii is an Apache-specific function which - is available only on EBCDIC based operating systems (OS/390, BS2000). - It translates the EBCDIC encoded string ebcdic_str - to its equivalent ASCII representation (binary safe), and returns - the result. - - - See also the reverse function ascii2ebcdic - - - -