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

imagefilledellipse

(PHP 4 >= 4.0.6, PHP 5)

imagefilledellipse -- 画一椭圆并填充

说明

int imagefilledellipse ( resource image, int cx, int cy, int w, int h, int color )

imagefilledellipse()image 所代表的图像中以 cxcy(图像左上角为 0, 0)为中心画一个椭圆。wh 分别指定了椭圆的宽和高。椭圆用 color 颜色填充。

注: 本函数添加于 PHP 4.0.6 并需要 GD 2.0.1 或更高版本。

参见 imagefilledarc()




<imagefilledarcimagefilledpolygon>
 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