imagerotate
(PHP 4 >= 4.3.0, PHP 5)
imagerotate -- Rotate an image with a given angle
Description
resource
imagerotate ( resource src_im, float angle, int bgd_color)
Rotates the src_im image using a given
angle in degree. bgd_color
specifies the color of the uncovered zone after the rotation.
참고: 이 함수는 PHP에 포함된 GD 라이브러리를
사용하여 컴파일하였을 경우에만 사용할 수 있습니다.