|
PHP5中文手册
ascii2ebcdic(No version information available, might be only in CVS) ascii2ebcdic — Translate string from ASCII to EBCDIC 说明
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. 参数
返回值The EBCDIC representation of an ASCII string. |