Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.ascii2ebcdic.html
Дата изменения: Sun Feb 3 22:33:59 2002
Дата индексирования: Mon Oct 1 22:19:59 2012
Кодировка:
ascii2ebcdic

ascii2ebcdic

(3.0.17 - 3.0.18 only)

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()