imagegd2

(PHP 4 >= 4.1.0)

imagegd2 -- 输出 GD2 图像

说明

int imagegd2 ( resource image [, string filename [, int chunk_size [, int type]]])

imagegd2() 将 GD2 图像输出到浏览器或文件。

可选的 type 参数可以是 IMG_GD2_RAWIMG_GD2_COMPRESSED。默认为 IMG_GD2_RAW

注: 可选的 chunk_sizetype 参数自 PHP 4.3.2 起可用。