|
|
|
ถามผู้รู้หน่อยครับ ฟังก์ชั่นนี้เขียนแบบนี้ถูกมัยครับ imagecreatetruecolor ช่วยตอบด้วยนะครับ |
|
|
|
|
|
|
|
<?php
header ("Content-type: image/png");
$im = @imagecreatetruecolor(120, 20)
or die("Cannot Initialize new GD image stream");
$text_color = imagecolorallocate($im, 233, 14, 91);
imagestring($im, 1, 5, 5, "A Simple Text String", $text_color);
imagepng($im);
imagedestroy($im);
?>
|
|
|
|
|
Date :
18 ก.พ. 2550 22:48:27 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
|
|
|
|
|
Date :
18 ก.พ. 2550 22:56:55 |
By :
นาย สมมุติ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|