Sizetrac

PHP ebcdic2ascii function

ebcdic2ascii

(PHP 3 >= 3.0.17)

ebcdic2ascii — Translate string from EBCDIC to ASCIIDescriptionint 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.

Parameters

ebcdic_str

The EBCDIC string that will be translated.


Return Values

The ASCII representation of an EBCDIC string.

See Also

ascii2ebcdic()


  • Digg
  • TwitThis
  • del.icio.us
  • Netvouz
  • description
  • Reddit
  • Furl
  • NewsVine
  • Simpy
  • Slashdot
  • Spurl
  • StumbleUpon
  • YahooMyWeb
  • TailRank
  • Technorati
  • Facebook
  • Google
  • LinkedIn
  • Live
  • MySpace
  • Ping.fm
  • Yahoo! Buzz
  • E-mail this story to a friend!



Home | PHP Functions | PHP ebcdic2ascii function