/* * _survey 得到一个投票的圆饼图 * @access public 表示函数对外公开 * @param $_agree 同意票数 * @param $_disagree 反对票数 * return 一张统计圆饼图 * */ function _vote($_agree,$_disagree){ //处理参数 if($_agree==0&&$_disagree==0){ $_vote = 270; } if($_agree==0&&$_disagree!=0){ $_vote = 91; } if($_agree!=0&&$_disagree==0){ $_vote = 89; } if($_agree!=0&&$_disagree!=0){ $_vote = intval(360*($_agree/($_agree+$_disagree))+90); } //创建画布 $_img=imagecreatetruecolor(150,100); //填充透明背景 imagealphablending($_img, false); imagesavealpha($_img, true); $white = imagecolorallocatealpha($_img,255,255,255,127); imagefill($_img,0,0,$white); //创建颜色 $_green=imagecolorallocate($_img,180,210,52); $_blue=imagecolorallocate($_img,83,201,237); $_gary=imagecolorallocate($_img,192,192,192); $_green1=imagecolorallocate($_img,149,178,36); $_blue1=imagecolorallocate($_img,41,160,193); $_gary1=imagecolorallocate($_img,144,144,144); for($i=60;$i>=50;$i--){ imagefilledarc($_img,100,$i,100,50,90,$_vote,$_blue1,IMG_ARC_PIE); imagefilledarc($_img,100,$i,100,50,$_vote,90,$_green1,IMG_ARC_PIE); } imagefilledarc($_img,100,$i,100,50,90,$_vote,$_blue,IMG_ARC_PIE); imagefilledarc($_img,100,$i,100,50,$_vote,90,$_green,IMG_ARC_PIE); header("content-type: image/png"); imagepng($_img); imagedestroy($_img); }
声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章
R.E.P.O.能量晶体解释及其做什么(黄色晶体)
1 个月前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳图形设置
1 个月前By尊渡假赌尊渡假赌尊渡假赌
刺客信条阴影:贝壳谜语解决方案
3 周前ByDDD
Windows 11 KB5054979中的新功能以及如何解决更新问题
2 周前ByDDD
威尔R.E.P.O.有交叉游戏吗?
1 个月前By尊渡假赌尊渡假赌尊渡假赌

热工具

MinGW - 适用于 Windows 的极简 GNU
这个项目正在迁移到osdn.net/projects/mingw的过程中,你可以继续在那里关注我们。MinGW:GNU编译器集合(GCC)的本地Windows移植版本,可自由分发的导入库和用于构建本地Windows应用程序的头文件;包括对MSVC运行时的扩展,以支持C99功能。MinGW的所有软件都可以在64位Windows平台上运行。

SublimeText3 英文版
推荐:为Win版本,支持代码提示!

SublimeText3汉化版
中文版,非常好用

适用于 Eclipse 的 SAP NetWeaver 服务器适配器
将Eclipse与SAP NetWeaver应用服务器集成。

PhpStorm Mac 版本
最新(2018.2.1 )专业的PHP集成开发工具