update : 2015.11.03
php.shukuma.com검색:
|
imagepng(PHP 4, PHP 5, PHP 7) imagepng — Output a PNG image to either the browser or a file 설명
bool imagepng
( resource
$image
[, string $filename
[, int $quality
[, int $filters
]]] )
Outputs or saves a PNG image from the given
인수
반환값
성공 시 변경점
예제
<?php 참고
|