mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
4b809c7aeb
commit
6dffa3d014
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue