update : 2015.11.03
php.shukuma.com검색:
|
imagescale(PHP 5 >= 5.5.0, PHP 7) imagescale — Scale an image using the given new width and height 설명
resource imagescale
( resource
$image
, int $new_width
[, int $new_height = -1
[, int $mode = IMG_BILINEAR_FIXED
]] )imagescale() scales an image using the given interpolation algorithm. 인수
반환값
Return the scaled image resource on success실패 시 변경점
|