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
This commit is contained in:
Zak Greant 2002-01-07 00:34:10 +00:00
parent 4b809c7aeb
commit 6dffa3d014

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.111 $ -->
<!-- $Revision: 1.112 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@ -1207,7 +1207,8 @@ $fcontents = join ('', file ('http://www.php.net/'));
<simpara>
Note that the file pointer allows you to retrieve only the
<emphasis>body</emphasis> 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.
</simpara>
<simpara>
Versions prior to PHP 4.0.5 do not handle HTTP redirects. Because