dams Tue Jul 15 20:37:34 2003 EDT Modified files: /phpdoc/en/reference/image/functions imagerotate.xml Log: correcting type typo Index: phpdoc/en/reference/image/functions/imagerotate.xml diff -u phpdoc/en/reference/image/functions/imagerotate.xml:1.1 phpdoc/en/reference/image/functions/imagerotate.xml:1.2 --- phpdoc/en/reference/image/functions/imagerotate.xml:1.1 Tue Oct 29 11:17:08 2002 +++ phpdoc/en/reference/image/functions/imagerotate.xml Tue Jul 15 20:37:34 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.imagerotate"> <refnamediv> <refname>imagerotate</refname> @@ -8,7 +8,7 @@ <refsect1> <title>Description</title> <methodsynopsis> - <type>ressource</type><methodname>imagerotate</methodname> + <type>resource</type><methodname>imagerotate</methodname> <methodparam><type>resource</type><parameter>src_im</parameter></methodparam> <methodparam><type>float</type><parameter>angle</parameter></methodparam> <methodparam><type>int</type><parameter>bgd_color</parameter></methodparam>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php