Skip to content

Commit 6e61cb1

Browse files
authored
Clarify "GD image" in imagegd() synopsis
The input is a GdImage (i.e. an object), and the output is a GD image (i.e. data in GD format)
1 parent 73048c7 commit 6e61cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/image/functions/imagegd.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>file</parameter><initializer>&null;</initializer></methodparam>
1414
</methodsynopsis>
1515
<para>
16-
Outputs a GD image to the given <parameter>file</parameter>.
16+
Outputs or saves the given <parameter>image</parameter in GD format.
1717
</para>
1818
</refsect1>
1919
<refsect1 role="parameters">

0 commit comments

Comments
 (0)