mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
missed one Header
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76802 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d382e105e4
commit
153ee9f6d1
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.91 $ -->
|
||||
<!-- $Revision: 1.92 $ -->
|
||||
<reference id="ref.image">
|
||||
<title>Image functions</title>
|
||||
<titleabbrev>Image</titleabbrev>
|
||||
|
@ -1991,7 +1991,7 @@ function LoadWBMP ($imgname) {
|
|||
The following code snippet allows you to write more
|
||||
portable PHP applications by auto-detecting the
|
||||
type of GD support which is available. Replace
|
||||
the sequence <literal>Header("Content-type: image/gif");
|
||||
the sequence <literal>header ("Content-type: image/gif");
|
||||
imagegif ($im);</literal> by the more flexible sequence:
|
||||
<informalexample>
|
||||
<programlisting role="php">
|
||||
|
|
Loading…
Reference in a new issue