From 6dffa3d0144ff685d06112202eb73decbd192387 Mon Sep 17 00:00:00 2001 From: Zak Greant Date: Mon, 7 Jan 2002 00:34:10 +0000 Subject: [PATCH] HTTP connections opened by fopen are read-only git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67153 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 290354bea6..da5cab78e8 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -1207,7 +1207,8 @@ $fcontents = join ('', file ('http://www.php.net/')); Note that the file pointer allows you to retrieve only the body of the response; you cannot - access the HTTP response header using this function. + access the HTTP response header using this function. Additionally, + HTTP connections are read-only. Versions prior to PHP 4.0.5 do not handle HTTP redirects. Because