From c364439994b3868236486bf7ca37c1e35a799cf2 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Wed, 23 Aug 2006 10:48:40 +0000 Subject: [PATCH] Fix #38560 (How to skip filename argument) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218723 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagejpeg.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/image/functions/imagejpeg.xml b/reference/image/functions/imagejpeg.xml index 85448cad36..400236e53a 100644 --- a/reference/image/functions/imagejpeg.xml +++ b/reference/image/functions/imagejpeg.xml @@ -1,5 +1,5 @@ - + @@ -23,8 +23,8 @@ 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 header, you can create a PHP script that outputs JPEG images directly.