PHP学习-PHP输出图片下载

输出下载

%title插图%num
<?php
    $t=imagecreatetruecolor(100,100);
    $red=imagecolorallocate($t,255,0,0);
    imagefill($t,0,0,$red);
    header('Content-type:https://img.zmki.cn/img/index.php');
    imagepng($t);
    imagedestroy($t);
?>
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容