   #PHP Manual Apache-specific Functions ascii2ebcdic getallheaders

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                 ebcdic2ascii

   (PHP 3>= 3.0.17)
   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()
   ______________________________________________________________________

   Prev         Home          Next
   ascii2ebcdic  Up  getallheaders
