Result Size: 625 x 571
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$str = "Hello world! жше";
echo $str . "<br>";
echo convert_cyr_string($str,'w','a'); 
?> 
<p>In this example we convert a string from the character-set "w" (windows-1251) to "a" (x-cp866).</p>
</body>
<!-- Mirrored from www.w3schools.com/php/phptryit.asp?filename=tryphp_func_string_convert_cyr_string by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:51:05 GMT -->
</html>
×

Report a Problem: