PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

getallheaders> <ascii2ebcdic
Last updated: Mon, 26 Nov 2007

view this page in

ebcdic2ascii

(No version information available, might be only in CVS)

ebcdic2ascii — Translate string from EBCDIC to ASCII

说明

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.

参数

ebcdic_str

The EBCDIC string that will be translated.

返回值

The ASCII representation of an EBCDIC string.



add a note add a note User Contributed Notes
ebcdic2ascii
There are no user contributed notes for this page.

getallheaders> <ascii2ebcdic
Last updated: Mon, 26 Nov 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites