国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Fügen Sie Wasserzeichentext hinzu. Chinesisch wird verstümmelt
php_huang
php_huang 2017-09-06 10:32:28
0
1
1556

<?php
$src = "02.png";
$info = getimagesize($src);
$type = image_type_to_extension($info[2],false);
$fun = "imagecreatefrom{$type} ";
$image = $fun($src);
$font = "arial.ttf";
$content = "歡迎來到PHP中文網(wǎng)";
$col = imagecolorallocatealpha($image, 255, 255, 255 , 30);
imagettftext($image, 20, 0, 20, 30, $col, $font, $content);
header("content-type:".$info['mime']);
$func = "image{$type}";
$func($image);
$func($image,'FFF.'.$type);
imagedestroy($image);

php_huang
php_huang

學(xué)習(xí)可以不斷提高自己,可以變得更全面、更專業(yè)、更充實(shí)。學(xué)海無涯,我將一直學(xué)下去。

Antworte allen(1)
ringa_lee

前面加個(gè)header頭,header("Content-type: text/html; charset=utf-8");

  • Antwort 試了,沒有用,也謝謝你了
    php_huang Autor 2017-09-06 16:49:20
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage