mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
46e6a87fd7
commit
b4c75ac745
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue