reference/imagick/imagick/getimageproperties.xml
0ffb9c9fc8f4bf1589a1a573644e1c23b6b451d1
...
...
@@ -9,13 +9,13 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>Imagick::getImageProperties</methodname>
12
+
<modifier>public</modifier> <type>array</type><methodname>Imagick::getImageProperties</methodname>
13
13
<methodparam choice="opt"><type>string</type><parameter>pattern</parameter><initializer>"*"</initializer></methodparam>
14
-
<methodparam choice="opt"><type>bool</type><parameter>only_names</parameter><initializer>true</initializer></methodparam>
14
+
<methodparam choice="opt"><type>bool</type><parameter>include_values</parameter><initializer>&true;</initializer></methodparam>
15
15
</methodsynopsis>
16
16

17
17
<para>
18
-
Returns all associated properties that match the pattern. If &true; is passed as second parameter
18
+
Returns all associated properties that match the pattern. If &false; is passed as second parameter
19
19
only the property names are returned. &imagick.method.available.0x636;
20
20
</para>
21
21
</refsect1>
...
...
@@ -33,10 +33,10 @@
33
33
</listitem>
34
34
</varlistentry>
35
35
<varlistentry>
36
-
<term><parameter>only_names</parameter></term>
36
+
<term><parameter>include_values</parameter></term>
37
37
<listitem>
38
38
<para>
39
-
Whether to return only property names. If &false; then also the values are returned
39
+
Whether to return only property names. If &false; then only property names will be returned.
40
40
</para>
41
41
</listitem>
42
42
</varlistentry>
43
43