Home  >  Article  >  php教程  >  说说PHP作图(一)

说说PHP作图(一)

WBOY
WBOYOriginal
2016-06-13 10:34:41956browse

实在不敢说是在这里“讲”GD库,因为我用GD也才一两次而已,绝大多数的函数还没
有接触到。可是三斑竹小刁热情地向我约稿,我只好硬着头皮写一点自己的心得。希望能
够起到抛砖引玉的效果。

    其实,我们在web页面里实现“图”的效果不一定非用GD不可,比较容易解决的是柱状
图——用HTML就可以解决。比如:

$b = array(150,110,125,180,160,175,230,220); ?>








    /* (1) */
   

        /* (2) */
       
          /* (3) */
       
     

/* 锛

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:使用APC缓存优化PHP程序Next article:使用APC最优化PHP