mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
changed a parameter name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242704 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3daeedc139
commit
03a6518068
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-thumbnailimage">
|
||||
<refnamediv>
|
||||
<refname>Imagick::thumbnailImage</refname>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<type>bool</type><methodname>Imagick::thumbnailImage</methodname>
|
||||
<methodparam><type>int</type><parameter>columns</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>rows</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>below</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>fit</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
&warn.experimental.func;
|
||||
|
@ -48,7 +48,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>below</parameter></term>
|
||||
<term><parameter>fit</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether to force maximum values
|
||||
|
|
Loading…
Reference in a new issue