Apache 函数
PHP 手册

ebcdic2ascii

(PHP 3)

ebcdic2asciiTranslate 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.

参见


Apache 函数
PHP 手册