[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/imagick/imagick/_appendimages.xml?=
From:       Peter_Cowburn <salathe () php ! net>
Date:       2011-04-27 14:30:35
Message-ID: svn-salathe-1303914635-310561-979612735 () svn ! php ! net
[Download RAW message or body]

salathe                                  Wed, 27 Apr 2011 14:30:35 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=310561

Log:
clarify stack parameter for Imagick::appendImages (doc #54159)

Bug: http://bugs.php.net/54159 (Open) Wrong Parameter Description
      
Changed paths:
    U   phpdoc/en/trunk/reference/imagick/imagick/appendimages.xml

Modified: phpdoc/en/trunk/reference/imagick/imagick/appendimages.xml
===================================================================
--- phpdoc/en/trunk/reference/imagick/imagick/appendimages.xml	2011-04-27 14:04:17 \
                UTC (rev 310560)
+++ phpdoc/en/trunk/reference/imagick/imagick/appendimages.xml	2011-04-27 14:30:35 \
UTC (rev 310561) @@ -10,7 +10,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>Imagick</type><methodname>Imagick::appendImages</methodname>
-   <methodparam><type>bool</type><parameter>stack</parameter></methodparam>
+   <methodparam><type>bool</type><parameter>stack</parameter><initializer>false</initializer></methodparam>
  </methodsynopsis>
   <para>
    Append a set of images into one larger image.
@@ -25,7 +25,9 @@
      <term><parameter>stack</parameter></term>
      <listitem>
       <para>
-       The direction of the stack (top to bottom or bottom to top)
+       Whether to stack the images vertically.
+       By default (or if &false; is specified) images are stacked left-to-right.
+       If <parameter>stack</parameter> is &true;, images are stacked top-to-bottom.
       </para>
      </listitem>
     </varlistentry>



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic