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