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