Fixed bug#41080 (#38794 also applies to imagegif and imagejpeg)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236348 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2007-05-25 20:11:42 +00:00
parent 46e6a87fd7
commit b4c75ac745

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<refentry id="function.imagegif">
<refnamediv>
<refname>imagegif</refname>
@ -35,8 +35,8 @@
<term><parameter>filename</parameter></term>
<listitem>
<para>
The path to the saved file. If not set or &null;, the raw image stream
will be outputed directly.
The path to the saved file. If omitted the raw image stream will be
outputed directly.
</para>
</listitem>
</varlistentry>