reference/image/functions/imagesetthickness.xml
593ea510e853ff034e03f78a4be0daa41661c9d4
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>imagesetthickness</methodname>
12
-
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
12
+
<methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
13
13
<methodparam><type>int</type><parameter>thickness</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -40,6 +40,24 @@
40
40
&return.success;
41
41
</para>
42
42
</refsect1>
43
+

44
+
<refsect1 role="changelog">
45
+
&reftitle.changelog;
46
+
<informaltable>
47
+
<tgroup cols="2">
48
+
<thead>
49
+
<row>
50
+
<entry>&Version;</entry>
51
+
<entry>&Description;</entry>
52
+
</row>
53
+
</thead>
54
+
<tbody>
55
+
&gd.changelog.image-param;
56
+
</tbody>
57
+
</tgroup>
58
+
</informaltable>
59
+
</refsect1>
60
+

43
61
<refsect1 role="examples">
44
62
&reftitle.examples;
45
63
<para>
...
...
@@ -82,7 +100,6 @@ imagedestroy($im);
82
100
</refsect1>
83
101

84
102
</refentry>
85
-

86
103
<!-- Keep this comment at the end of the file
87
104
Local variables:
88
105
mode: sgml
89
106