请输入您要查询的百科知识:

 

词条 image2wbmp
释义

用法说明

php环境 (PHP 4 >= 4.0.5, PHP 5)

函数参数

bool image2wbmp ( resource $image [, string $filename [, int $threshold ]] )

例子

<?php

$file = 'php.png';

$image = imagecreatefrompng($file)

;header('Content-type: ' . image_type_to_mime_type(IMAGETYPE_WBMP));

image2wbmp($image); // output the stream directly

imagedestroy($image);

?>

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2025/1/9 19:56:59