Fix #38560 (How to skip filename argument)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218723 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Etienne Kneuss 2006-08-23 10:48:40 +00:00
parent 5640fb2f62
commit c364439994

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.30 -->
<refentry id="function.imagejpeg">
<refnamediv>
@ -23,8 +23,8 @@
<para>
The filename argument is optional, and if left off, the raw image
stream will be output directly. To skip the filename argument in
order to provide a quality argument just use an empty string
(''). By sending an image/jpeg content-type using
order to provide a quality argument just use a &null; value.
By sending an image/jpeg content-type using
<function>header</function>, you can create a PHP script that
outputs JPEG images directly.
</para>