reference/imagick/imagick/setimageattribute.xml
1534707f677267513659e57f530ed5f4cf08f924
...
...
@@ -4,22 +4,24 @@
4
4
<refentry xml:id="imagick.setimageattribute" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>Imagick::setImageAttribute</refname>
7
-
<refpurpose>Description</refpurpose>
7
+
<refpurpose>Sets an image attribute</refpurpose>
8
8
</refnamediv>
9
9

10
+
<refsynopsisdiv>
11
+
&imagick.deprecated.function-3-4-4;
12
+
</refsynopsisdiv>
13
+

10
14
<refsect1 role="description">
11
15
&reftitle.description;
12
16
<methodsynopsis>
13
-
<modifier>public</modifier> <type>void</type><methodname>Imagick::setImageAttribute</methodname>
17
+
<modifier>public</modifier> <type>bool</type><methodname>Imagick::setImageAttribute</methodname>
14
18
<methodparam><type>string</type><parameter>key</parameter></methodparam>
15
19
<methodparam><type>string</type><parameter>value</parameter></methodparam>
16
20
</methodsynopsis>
17
21
<para>
18
-

22
+
Sets an image attribute.
19
23
</para>
20
24

21
-
&warn.undocumented.func;
22
-

23
25
</refsect1>
24
26

25
27
<refsect1 role="parameters">
...
...
@@ -47,7 +49,7 @@
47
49
<refsect1 role="returnvalues">
48
50
&reftitle.returnvalues;
49
51
<para>
50
-
52
+
&imagick.return.success;
51
53
</para>
52
54
</refsect1>
53
55

54
56