colder          Wed Aug 23 10:48:41 2006 UTC

  Modified files:              
    /phpdoc/en/reference/image/functions        imagejpeg.xml 
  Log:
  Fix #38560 (How to skip filename argument)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/functions/imagejpeg.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/image/functions/imagejpeg.xml
diff -u phpdoc/en/reference/image/functions/imagejpeg.xml:1.6 
phpdoc/en/reference/image/functions/imagejpeg.xml:1.7
--- phpdoc/en/reference/image/functions/imagejpeg.xml:1.6       Wed Aug 10 
04:48:11 2005
+++ phpdoc/en/reference/image/functions/imagejpeg.xml   Wed Aug 23 10:48:40 2006
@@ -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>

Reply via email to