mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
rfc2183 supercedes rfc1806
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61282 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bee07ad3a7
commit
c0bfd8c519
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.30 $ -->
|
||||
<!-- $Revision: 1.31 $ -->
|
||||
<reference id="ref.http">
|
||||
<title>HTTP functions</title>
|
||||
<titleabbrev>HTTP</titleabbrev>
|
||||
|
@ -167,7 +167,7 @@ header("Pragma: no-cache"); // HTTP/1.0
|
|||
<para>
|
||||
If you want the user to be prompted to save the data you are
|
||||
sending, such as a generated PDF file, you can use the <ulink
|
||||
url="&url.rfc1806;">Content-Disposition</ulink> header to
|
||||
url="&url.rfc2183;">Content-Disposition</ulink> header to
|
||||
supply a recommended filename and force the browser to display the
|
||||
save dialog.
|
||||
<informalexample>
|
||||
|
|
Loading…
Reference in a new issue