|
PHP5中文手册
imagegd(PHP 4 >= 4.0.7, PHP 5) imagegd — 将 GD 图像输出到浏览器或文件 说明
bool imagegd
( resource $image
[, string $filename
] )
imagegd() 将一个 GD 图像输出到 filename 。image 参数是由 imagecreatetruecolor() 函数返回的。 filename 参数为可选项,如果为空,则原始图像流会被直接输出。
参见 imagegd2()。 |