PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<imagefilledpolygonimagefilltoborder>
Last updated: Mon, 16 Jul 2012

imagefilledrectangle

(PHP 3, PHP 4, PHP 5)

imagefilledrectangle -- 画一矩形并填充

说明

int imagefilledrectangle ( resource image, int x1, int y1, int x2, int y2, int color )

imagefilledrectangle()image 图像中画一个用 color 颜色填充了的矩形,其左上角坐标为 x1y1,右下角坐标为 x2y2。0, 0 是图像的最左上角。




<imagefilledpolygonimagefilltoborder>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST