<br />
<b>Warning</b>:  Undefined array key "HTTP_ACCEPT_LANGUAGE" in <b>/www/wwwroot/01xj.net/wp-content/plugins/wp-ue/main.php</b> on line <b>13</b><br />
{"id":172,"date":"2011-10-08T11:30:19","date_gmt":"2011-10-08T11:30:19","guid":{"rendered":"http:\/\/www.01xj.net\/0\/?p=172"},"modified":"2011-10-08T11:30:19","modified_gmt":"2011-10-08T11:30:19","slug":"php%e7%bb%9f%e8%ae%a1%e5%9b%be%e7%a8%8b%e5%ba%8f","status":"publish","type":"post","link":"https:\/\/www.01xj.net\/?p=172","title":{"rendered":"php\u7edf\u8ba1\u56fe\u7a0b\u5e8f"},"content":{"rendered":"<p><?php\n   header(\"Content-type: image\/png\");  \n   header(\"Pragma: no-cache\");\n     \/\/\u6570\u7ec4score\u5b58\u653e\u5206\u6570\uff0c\u6570\u7ec4name\u5b58\u653e\u8be5\u5206\u6570\u5bf9\u5e94\u7684\u540d\u5b57\uff0c\u6570\u7ec4\u540d\u53ef\u4efb\u610f\u53d6  \n $score=array(20,33,88,47,11,143,75,117,43);  \n $di=array(\"\u4e00\u7cfb\",\"\u4e8c\u7cfb\",\"\u4e09\u7cfb\",\"\u56db\u7cfb\",\"\u4e94\u7cfb\",\"\u516d\u7cfb\",\"\u4e03\u7cfb\",\"\u516b\u7cfb\",\"\u4e5d\u7cfb\");  \n  \n $j=count($di);  \n for($i=0;$i<$j;$i++)  \n     $di[$i]=base64_encode($di[$i]);  \n \/\/\u7528base64\u7f16\u7801\uff0c\u4e0d\u7136\u6570\u7ec4\u503c\u4e3a\u4e2d\u6587\u4f20\u5165\u51fd\u6570\u4e2d\u4f1a\u53d8\u6210\u4e71\u7801 \n \n  $per_w=30;$per_h=20;$per_n=10;$per_p=1;  \/\/\u6ce8\u610f\u8fd9\u51e0\u4e2a\u53c2\u6570\uff0c\u5982\u679c\u6570\u503c\u6539\u53d8\uff0c\u53ef\u52a0\u5927\u7f51\u683c\n     $number=count($score);  \n     $img_w=($number+2)*$per_w;  \n     $img_h=$per_h*$per_n;  \n     $img_w_t=$img_w;  \n     $img_h_t=$img_h+30;  \n     $image=imagecreate($img_w_t,$img_h_t);  \n  \n     $color_back=imagecolorallocate($image,123,23,25);  \n     $color_table=imagecolorallocate($image,188,188,188);  \n     $color_pole_b=imagecolorallocate($image,204,0,255);  \n     $color_pole_f=imagecolorallocate($image,152,0,188);  \n     $color_pole_s=imagecolorallocate($image,231,132,255);  \n     $color_text=imagecolorallocate($image,255,217,38);  \n  \/\/\u914d\u7f6e\u989c\u8272  \n  \n     imagefilledrectangle($image,0,0,$img_w_t,$img_h_t,$color_back);  \n \/\/\u586b\u5145\u80cc\u666f  \n  \n     $style=array($color_table,$color_table,$color_back,$color_back,$color_back,$color_back);  \n     imagesetstyle($image, $style);  \n     for($i=0;$i<$img_h\/$per_h;$i++)  \n     {  \n       imageline($image,$per_w,$i*$per_h,$img_w-$per_w,$i*$per_h,IMG_COLOR_STYLED);  \n       imageline($image,$per_w,$i*$per_h,$per_w*1\/2,$i*$per_h+$per_h*2\/3-1,IMG_COLOR_STYLED);  \n       $str_score=$per_h*($img_h\/$per_h-$i-1)*$per_p;  \n       imagestring($image,3,$img_w-$per_w+6,$i*$per_h-11,$str_score,$color_table);  \n     }  \n     imageline($image,$per_w,0,$img_w-$per_w,0,$color_table);  \n     imageline($image,$per_w,$per_h*($per_n-1),$img_w-$per_w,$per_h*($per_n-1),$color_table);  \n     imageline($image,$per_w*1\/2,$img_h-$per_h*1\/3-1,$img_w-$per_w*3\/2,$img_h-$per_h*1\/3-1,$color_table);  \n     imageline($image,$per_w*1\/2,$per_h*2\/3,$per_w*1\/2,$img_h-$per_h*1\/3-1,$color_table);  \n     imageline($image,$per_w,0,$per_w*1\/2,$per_h*2\/3-1,$color_table);  \n     imageline($image,$per_w,$per_h*($per_n-1),$per_w*1\/2,$img_h-$per_h*1\/3-1,$color_table);  \n     imageline($image,$img_w-$per_w,$per_h*($per_n-1),$img_w-$per_w*1\/2-$per_w,$img_h-$per_h*1\/3-1,$color_table);  \n     imageline($image,$img_w-$per_w,0,$img_w-$per_w,$img_h-$per_h,$color_table);  \n     imageline($image,$per_w,0,$per_w,$img_h-$per_h,$color_table);  \n \/\/\u753b\u7f51\u683c  \n  \n     for ($i=0;$i<$number;$i++)  \n     {  \n     $pn=array(($i+1)*$per_w,$img_h-$score[$i]\/$per_p-$per_h*2\/3,($i+1)*$per_w,$img_h-$per_h*2\/3-1,($i+2)*$per_w-$per_w\/4-1,$img_h-1-$per_h*2\/3,($i+2)*$per_w-1,$img_h-1-$per_h,($i+2)*$per_w-1,$img_h-$score[$i]\/$per_p-$per_h+1,($i+1)*$per_w+$per_w\/4,$img_h-$score[$i]\/$per_p-$per_h+1);  \n     imagefilledpolygon($image,$pn,6,$color_pole_b);  \n     $ps=array(($i+1)*$per_w,$img_h-$score[$i]\/$per_p-$per_h*2\/3,($i+2)*$per_w-$per_w\/4-1,$img_h-$score[$i]\/$per_p-$per_h*2\/3,($i+2)*$per_w-2,$img_h-$score[$i]\/$per_p-$per_h+1,($i+1)*$per_w+$per_w\/4,$img_h-$score[$i]\/$per_p-$per_h+1);  \n     imagefilledpolygon($image,$ps,4,$color_pole_s);  \n     imagefilledrectangle($image,($i+1)*$per_w,$img_h-$score[$i]\/$per_p-$per_h*2\/3+1,($i+2)*$per_w-$per_w\/4-1,$img_h-$per_h*2\/3-1,$color_pole_f);  \n \/\/\u753b\u67f1\u5f62\u56fe  \n  \n     $len=strlen($score[$i]);  \n     $p_x=($i*$per_w)+$per_w+($per_w-$len*5-3)\/2;  \n \/\/\u4f7f\u6210\u7ee9\u5728\u7acb\u67f1\u4e2d\u95f4  \n     imagestring($image,2,ceil($p_x),$img_h-$score[$i]\/$per_p-1.6*$per_h,$score[$i],$color_text);  \n \/\/\u5199\u5165\u6210\u7ee9\u5728\u67f1\u72b6\u56fe\u4e0a\u65b9  \n     }  \n for($i=0;$i<$number;$i++)  \n {  \n     $st=base64_decode($di[$i]);  \n     $str=iconv(\"gb2312\",\"UTF-8\",$st);  \n \/\/\u8f6c\u6362\u4e2d\u6587\u4ee3\u7801\u4e3aUTF-8\uff0c\u4e0d\u7136\u4e2d\u6587\u4f1a\u51fa\u73b0\u4e71\u7801\uff0c\u9700\u8981iconv\u6a21\u5757\u7684\u652f\u6301  \n  \n     imagettftext($image,9,270,$per_w*($i+2)-$per_w\/2-8,$img_h+5,$color_table,\"simkai.ttf\",$str);  \n }  \n     imagepng($image);  \n     imagedestroy($image);  \n \n ?><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-172","post","type-post","status-publish","format-standard","hentry","category-phpjsshell"],"_links":{"self":[{"href":"https:\/\/www.01xj.net\/index.php?rest_route=\/wp\/v2\/posts\/172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.01xj.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.01xj.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.01xj.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.01xj.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=172"}],"version-history":[{"count":1,"href":"https:\/\/www.01xj.net\/index.php?rest_route=\/wp\/v2\/posts\/172\/revisions"}],"predecessor-version":[{"id":173,"href":"https:\/\/www.01xj.net\/index.php?rest_route=\/wp\/v2\/posts\/172\/revisions\/173"}],"wp:attachment":[{"href":"https:\/\/www.01xj.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.01xj.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.01xj.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}