update : 2015.11.03
php.shukuma.com검색:
|
imagegd(PHP 4 >= 4.0.7, PHP 5, PHP 7) imagegd — Output GD image to browser or file 설명
bool imagegd
( resource
$image
[, string $filename
] )
Outputs a GD image to the given 인수
반환값
성공 시 예제
Example #1 Outputting a GD image
<?php
Example #2 Saving a GD image
<?php 주의
|