mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
documented issue in bug #9124
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50261 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e80d74cb09
commit
5af5696178
1 changed files with 0 additions and 8 deletions
|
@ -1144,10 +1144,6 @@ $fcontents = join ('', file ('http://www.php.net'));
|
|||
of the text of the response. A 'Host:' header is sent with the
|
||||
request in order to handle name-based virtual hosts.
|
||||
</simpara>
|
||||
<simpara>
|
||||
Does not handle HTTP redirects, so you must include trailing
|
||||
slashes on directories.
|
||||
</simpara>
|
||||
<simpara>
|
||||
If <parameter>filename</parameter> begins with "ftp://" (not case
|
||||
sensitive), an ftp connection to the specified server is opened
|
||||
|
@ -2296,10 +2292,6 @@ $fp = popen ("/bin/ls", "r");
|
|||
specified server and the text of the response is written to
|
||||
standard output.
|
||||
</para>
|
||||
<para>
|
||||
Does not handle HTTP redirects, so you must include trailing
|
||||
slashes on directories.
|
||||
</para>
|
||||
<para>
|
||||
If <parameter>filename</parameter> begins with "ftp://"
|
||||
(not case sensitive), an ftp connection to the specified server is
|
||||
|
|
Loading…
Reference in a new issue