reference/imagick/imagick/getquantumrange.xml
65c4446ab35754d2f3cd8abec11302650a150bf9
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>Imagick::getQuantumRange</methodname>
12
+
<modifier>public</modifier> <modifier>static</modifier> <type>array</type><methodname>Imagick::getQuantumRange</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -17,11 +17,16 @@
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
28
Returns an associative array containing the quantum range as an
24
-
<type>integer</type> (<literal>"quantumRangeLong"</literal>) and as a
29
+
<type>int</type> (<literal>"quantumRangeLong"</literal>) and as a
25
30
<type>string</type> (<literal>"quantumRangeString"</literal>).
26
31
</para>
27
32
</refsect1>
28
33