21,891
社区成员
发帖
与我相关
我的任务
分享<?php
$image = imagecreatetruecolor( 100, 30 );
//$bgcolor = imagecolorallocate( $image, 255, 255, 255 );
//imagefill( $image, 0, 0, $bgcolor );
ob_clean();
header( "Content-type = image/png" );
imagepng( $image );
//end
imagedestroy( $image );
?>


.谢谢~
.谢谢~
$image = imagecreatetruecolor( 100, 30 );
//$bgcolor = imagecolorallocate( $image, 255, 255, 255 );
//imagefill( $image, 0, 0, $bgcolor );
ob_clean();
header( "Content-type:image/png" );
imagepng( $image );
//end
imagedestroy( $image );