mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
update for PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159518 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e2d90c82d6
commit
e2d326e69f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<!-- $Revision: 1.38 $ -->
|
||||
<appendix id="wrappers">
|
||||
<title>List of Supported Protocols/Wrappers</title>
|
||||
<para>
|
||||
|
@ -97,7 +97,7 @@
|
|||
|
||||
<section id="wrappers.http">
|
||||
<title>HTTP and HTTPS</title>
|
||||
<simpara>PHP 3, PHP 4. <filename>https://</filename> since <literal>PHP 4.3.0</literal></simpara>
|
||||
<simpara>PHP 3, PHP 4, PHP 5. <filename>https://</filename> since <literal>PHP 4.3.0</literal></simpara>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><simpara><filename>http://example.com</filename></simpara></listitem>
|
||||
|
@ -305,7 +305,7 @@ foreach(stream_get_meta_data($fp) as $response) {
|
|||
|
||||
<section id="wrappers.ftp">
|
||||
<title>FTP and FTPS</title>
|
||||
<simpara>PHP 3, PHP 4. <filename>ftps://</filename> since <literal>PHP 4.3.0</literal></simpara>
|
||||
<simpara>PHP 3, PHP 4, PHP 5. <filename>ftps://</filename> since <literal>PHP 4.3.0</literal></simpara>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><simpara><filename>ftp://example.com/pub/file.txt</filename></simpara></listitem>
|
||||
|
|
Loading…
Reference in a new issue