php 圖片轉成數據流發送

發送端php <?php //將圖片變換成數據流的形式 $file = 'weibo_login.png'; $image = imagecreatefrompng($file); //保存alpha信息 imagealphablending($image, false); imagesavealpha($image, true); // start buffering // imagepng(
相關文章
相關標籤/搜索