Example #1 PNG creation with PHP. <?php header("Content-type: image/png"); $string = $_GET['text']; $im = imagecreatefrompng("images/button1.png");
確定! 回上一頁