From e09f93bdc1595fa519b67a7cd0af8113f36a4d6b Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Tue, 29 Oct 2002 16:17:08 +0000 Subject: [PATCH] Adding the documentation for the new function sent in by Pierre-Alain Joye, with some syntactic and semantic corrections. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101846 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagerotate.xml | 44 +++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 reference/image/functions/imagerotate.xml diff --git a/reference/image/functions/imagerotate.xml b/reference/image/functions/imagerotate.xml new file mode 100644 index 0000000000..dfd1300ff4 --- /dev/null +++ b/reference/image/functions/imagerotate.xml @@ -0,0 +1,44 @@ + + + + + imagerotate + Rotate an image with a given angle + + + Description + + ressourceimagerotate + resourcesrc_im + floatangle + intbgd_color + + + Rotates the src_im image using a given + angle in degree. bgd_color + specifies the color of the uncovered zone after the rotation. + + + + + +