reference/imagick/imagick/getresourcelimit.xml
3193e2e78f4b2b82c559f0363167b01df793bc15
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>int</type><methodname>Imagick::getResourceLimit</methodname>
12
+
<modifier>public</modifier> <modifier>static</modifier> <type>int</type><methodname>Imagick::getResourceLimit</methodname>
13
13
<methodparam><type>int</type><parameter>type</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -25,8 +25,9 @@
25
25
<term><parameter>type</parameter></term>
26
26
<listitem>
27
27
<para>
28
-
Refer to the list of <link
28
+
One of the <link
29
29
linkend="imagick.constants.resourcetypes">resourcetype constants</link>.
30
+
The unit depends on the type of the resource being limited.
30
31
</para>
31
32
</listitem>
32
33
</varlistentry>
...
...
@@ -48,6 +49,13 @@
48
49
</para>
49
50
</refsect1>
50
51

52
+
<refsect1 role="seealso">
53
+
&reftitle.seealso;
54
+
<simplelist>
55
+
<member><methodname>Imagick::setResourceLimit</methodname></member>
56
+
</simplelist>
57
+
</refsect1>
58
+

51
59
</refentry>
52
60

53
61
<!-- Keep this comment at the end of the file
54
62