mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
entities change
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147343 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
313b98ba94
commit
5719c14555
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<reference id="ref.ftp">
|
||||
<title>FTP functions</title>
|
||||
<titleabbrev>FTP</titleabbrev>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<para>
|
||||
The functions in this extension implement client access to file
|
||||
servers speaking the File Transfer Protocol (FTP) as defined in
|
||||
<ulink url="&spec.ftp;">&spec.ftp;</ulink>. This extension is
|
||||
<ulink url="&url.rfc;959">&url.rfc;959</ulink>. This extension is
|
||||
meant for detailed access to an FTP server providing a wide range
|
||||
of control to the executing script. If you only wish to
|
||||
read from or write to a file on an FTP server, consider using
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.header">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,7 @@
|
|||
<para>
|
||||
<function>header</function> is used to send raw
|
||||
<acronym>HTTP</acronym> headers. See the <ulink
|
||||
url="&spec.http1.1;">HTTP/1.1 specification</ulink> for more
|
||||
url="&url.rfc;2616">HTTP/1.1 specification</ulink> for more
|
||||
information on <acronym>HTTP</acronym> headers.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue