update : 2015.11.03
php.shukuma.com검색:
|
imagerotate(PHP 4 >= 4.3.0, PHP 5, PHP 7) imagerotate — Rotate an image with a given angle 설명
resource imagerotate
( resource
$image
, float $angle
, int $bgd_color
[, int $ignore_transparent = 0
] )
Rotates the The center of rotation is the center of the image, and the rotated image may have different dimensions than the original image. 인수
반환값
Returns an image resource for the rotated image, 실패 시 변경점
예제
Example #1 Rotate an image 180 degrees This example rotates an image 180 degrees - upside down.
<?php 위 예제의 출력 예시: 주의
|