词条 | 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条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。