M
Size: a a a
M
AP
SE
AP
SE
AP
AP
M
А
<?php
$num = "Как Русские буквы сделать русскими";
$image = imagecreatetruecolor(500, 16);
$fon = imagecolorallocate($image, 255, 255, 255);
imagefill($image, 0, 0, $fon);
$text_color = imagecolorallocate($image, 0, 0, 0);
imagestring($image, 4, 0, 0, $num, $text_color);
header('Content-type: image/png');
imagepng($image);
file_put_contents("eieg.png", $image);
?>
AP
M
M
M
AP
SE
AP
SE
AP
SE
AP