代码拉取完成,页面将自动刷新
<?php
header('Content-Type:image/jpeg');
$im = imagecreatetruecolor(275,225);
$white = imagecolorallocate($im,255,255,255);
$blue = imagecolorallocate($im,0,102,255);
$code=mb_detect_encoding("对对对");
error_log($code);
// $text = iconv("gbk","utf-8","对对对");
$text = iconv($code, "UTF-8//IGNORE", "对对对");
// $text = "...对对对";
error_log($text);
$font = 'C:\WINDOWS\Fonts\simhei.ttf';
imagefill($im,0,0,$blue);
imagettftext($im,50,0,50,50,$white,$font,$text);
imagepng($im);
imagedestroy($im);
?>
<!-- 加载已有的系统字体 -->
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。