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.
Note: This function is only available if
PHP is compiled with the bundled version of the GD library.