专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
>源代码: //+------------------------+ //| pie3dfun.php//公用 | //+------------------------+ (\"ANGLE_STEP\", 5); //定义画椭圆弧时角度步长 function draw_getdarkcolor($img,$clr) //求$clr对应暗色 { $rgb = imagecolorsforindex($img,$clr); [阅读全文] [PDF]
+------------------------+| pie3dfun.php//公用函数 |+------------------------+define(\"ANGLE_STEP\",5);//定义画椭圆弧时的角度步长function chx_getdarkcolor($img,$clr){//求$clr对应的暗色$rgb=imagecolorsforindex($img,$clr);return array($rgb[\"red\"]/2,$rgb[\"green\"]/2,$rgb[\"blue\"]/2);}function chx_gete [阅读全文] [PDF]
标签:php生成饼图
1 共2条 分1页