当前位置:首页 >> 网络编程

PHP生成条形图的方法

本文实例讲述了PHP生成条形图的方法。分享给大家供大家参考。具体实现方法如下:

复制代码 代码如下:
<"Content-type: image/png"); 
  // spit the image out the other end 
  imagepng($im); 
"//img.jbzj.com/file_images/article/201412/20141210143358480.jpg" alt="" />

希望本文所述对大家的PHP程序设计有所帮助。