PHP ebcdic2ascii function
Like this blog? Consider exploring one of our sponsored banner ads...
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.
ebcdic_str
The EBCDIC string that will be translated.
Return Values
The ASCII representation of an EBCDIC string.
ascii2ebcdic()
About this entry
You’re currently reading “PHP ebcdic2ascii function,” an entry on BRADINO
- Published:
- 2.26.07 / 1am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]