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