reference/imagick/imagick/getquantumdepth.xml
65c4446ab35754d2f3cd8abec11302650a150bf9
...
...
@@ -9,18 +9,24 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>Imagick::getQuantumDepth</methodname>
12
+
<modifier>public</modifier> <modifier>static</modifier> <type>array</type><methodname>Imagick::getQuantumDepth</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
16
-
Returns the Imagick quantum depth as a string.
16
+
Returns the Imagick quantum depth.
17
17
</para>
18
18
</refsect1>
19
19

20
+
<refsect1 role="parameters">
21
+
&reftitle.parameters;
22
+
&no.function.parameters;
23
+
</refsect1>
24
+

20
25
<refsect1 role="returnvalues">
21
26
&reftitle.returnvalues;
22
27
<para>
23
-
Returns the Imagick quantum depth as a string.
28
+
Returns an array with <literal>"quantumDepthLong"</literal> and <literal>"quantumDepthString"</literal>
29
+
members.
24
30
</para>
25
31
</refsect1>
26
32

27
33