From 42a2d70b78078b104e07722a573ac76045ccaab2 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 15 Aug 2003 15:16:32 +0000 Subject: [PATCH] Incorporate user note re: following redirects. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137859 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index 1e7e4c34d6..73d40294bb 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -32,8 +32,35 @@ Redirects have been supported since PHP 4.0.5; if you are using an earlier version you will need to include trailing slashes in - your URLs. + your URLs. If it's important to know the url of the resource where + your document came from (after all redirects have been processed), + you'll need to process the series of response headers returned by the + stream. + + + +]]> + + The stream allows access to the body of the resource; the headers are stored in the