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:
jim winstead 2001-11-01 01:58:12 +00:00
parent bee07ad3a7
commit c0bfd8c519

View file

@ -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>