php繪圖

<?php /** * Created by PhpStorm. * User: dllo * Date: 16/8/12 * Time: 下午3:56 */ header("Content-type: image/jpeg"); $im = imagecreatetruecolor(100, 100); $w = imagecolorallocate($im, 255, 255, 255)
相關文章
相關標籤/搜索