函数:ImagePNG() |
ImagePNG建立 PNG 图型。 语法: int imagepng(int im, string [filename]); 返回值: 整数 函数种类: 图形处理
本函数用来建立一张 PNG 格式图形。参数 im 为使用 ImageCreate() 所建立的图片代码。参数 filename 可省略,若无本参数 filename,则会将图片指接送到浏览器端,记得在送出图片之前要先送出使用 Content-type: image/png 的标头字符串 (header) 到浏览器端,以顺利传输图片。本函数在 PHP 3.0.13 版之后才支持。
整理: (www.phpernote.com)
|