php-documentation-list | 2003031

[PHP-DOC] cvs: phpdoc /en/reference/image/functions imagegd2.xml From: Jani Taskinen (sniper <email protected>)
Date: 03/11/03

sniper Tue Mar 11 23:30:34 2003 EDT

  Modified files:
    /phpdoc/en/reference/image/functions imagegd2.xml
  Log:
  Up2date with recent source changes.
  
Index: phpdoc/en/reference/image/functions/imagegd2.xml
diff -u phpdoc/en/reference/image/functions/imagegd2.xml:1.6 phpdoc/en/reference/image/functions/imagegd2.xml:1.7
--- phpdoc/en/reference/image/functions/imagegd2.xml:1.6 Tue Mar 11 23:07:41 2003
+++ phpdoc/en/reference/image/functions/imagegd2.xml Tue Mar 11 23:30:34 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.67 -->
   <refentry id='function.imagegd2'>
    <refnamediv>
@@ -13,7 +13,7 @@
       <methodparam><type>resource</type><parameter>image</parameter></methodparam>
       <methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
       <methodparam choice="opt"><type>int</type><parameter>chunk_size</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>type</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
      </methodsynopsis>
     <para>
      &warn.undocumented.func;
@@ -23,7 +23,8 @@
     </para>
     <para>
      The optional <parameter>type</parameter> parameter is either
- <literal>raw</literal> or <literal>compressed</literal>.
+ <constant>IMG_GD2_RAW</constant> or <constant>IMG_GD2_COMPRESSED</constant>.
+ Default is IMG_GD2_RAW.
     </para>
     <note>
      <para>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php