mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed docbook warning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306185 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6fff44bf99
commit
436b91bbca
1 changed files with 4 additions and 4 deletions
|
@ -327,8 +327,8 @@ fclose($stream);
|
|||
the HTTP status line that actually applies to the content data at index
|
||||
<literal>0</literal>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
<programlisting>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
array (
|
||||
'wrapper_data' =>
|
||||
array (
|
||||
|
@ -338,8 +338,8 @@ array (
|
|||
3 => 'Location: http://example.com/foo.jpg',
|
||||
4 => 'HTTP/1.1 200 OK',
|
||||
...
|
||||
</programlisting>
|
||||
</simpara>
|
||||
]]>
|
||||
</screen>
|
||||
<simpara>
|
||||
The first request returned a <literal>301</literal> (permanent redirect),
|
||||
so the stream wrapper automatically followed the redirect to get a
|
||||
|
|
Loading…
Reference in a new issue