reference/imagick/imagick/getimageproperty.xml
65c4446ab35754d2f3cd8abec11302650a150bf9
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>Imagick::getImageProperty</methodname>
12
+
<modifier>public</modifier> <type>string</type><methodname>Imagick::getImageProperty</methodname>
13
13
<methodparam><type>string</type><parameter>name</parameter></methodparam>
14
14
</methodsynopsis>
15
15

...
...
@@ -34,6 +34,14 @@
34
34
</para>
35
35
</refsect1>
36
36

37
+
<refsect1 role="returnvalues">
38
+
&reftitle.returnvalues;
39
+
<para>
40
+
Returns a string containing the image property, false if a
41
+
property with the given name does not exist.
42
+
</para>
43
+
</refsect1>
44
+

37
45
<refsect1 role="examples">
38
46
&reftitle.examples;
39
47
<para>
...
...
@@ -66,14 +74,6 @@ echo $image->getImageProperty('Exif:Make');
66
74
</para>
67
75
</refsect1>
68
76

69
-
<refsect1 role="returnvalues">
70
-
&reftitle.returnvalues;
71
-
<para>
72
-
Returns a string containing the image property, false if a
73
-
property with the given name does not exist.
74
-
</para>
75
-
</refsect1>
76
-

77
77
</refentry>
78
78

79
79
<!-- Keep this comment at the end of the file
80
80