(PHP 4中“= 4.0.5,PHP 5中)imag">
时间:2021-07-01 10:21:17 帮助过:15人阅读
$file = 'php.png';
$image = imagecreatefrompng($file);
header('Content-type: ' . image_type_to_mime_type(IMAGETYPE_WBMP));
image2wbmp($image); // output the stream directly
imagedestroy($image);
?>
http://www.bkjia.com/PHPjc/445016.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/445016.htmlTechArticleimage2wbmp (PHP 4中= 4.0.5,PHP 5中) image2wbmp - 输出图像浏览器或文件 报告错误描述 布尔image2wbmp($oimg[,$filename[,soruce]]) image2wbmp()输出...