content-type typo fix

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29992 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2000-08-09 22:00:42 +00:00
parent 2f40451f32
commit b7636c8035

View file

@ -1127,7 +1127,7 @@ ImagePng($im);
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/jpg content-type using
(''). By sending an image/jpeg content-type using
<function>header</function>, you can create a PHP script that
outputs JPEG images directly.
<note>