ebcdic2ascii -- Translate string from EBCDIC to ASCII
Syntax
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.
ebcdic2ascii php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php ebcdic2ascii syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.