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.