输出下载
<?php $t=imagecreatetruecolor(100,100); $red=imagecolorallocate($t,255,0,0); imagefill($t,0,0,$red); header('Content-type:https://img.zuanmang.net/img/index.php'); imagepng($t); imagedestroy($t); ?>
本文分享自 作者个人站点/博客
如有侵权,请联系 cloudcommunity@tencent.com 删除。
本文参与 腾讯云自媒体同步曝光计划 ,欢迎热爱写作的你一起参与!