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