mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Update return type and description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341872 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f985a4a8c0
commit
7c044d72c9
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>Imagick::textureImage</methodname>
|
||||
<type>Imagick</type><methodname>Imagick::textureImage</methodname>
|
||||
<methodparam><type>Imagick</type><parameter>texture_wand</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -25,6 +25,7 @@
|
|||
<term><parameter>texture_wand</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Imagick object to use as texture image
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -35,7 +36,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&imagick.return.success;
|
||||
Returns a new Imagick object that has the repeated texture applied.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue