mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- consistency: wrap header names in <literal/>s
- fix last modified recommended usage git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233294 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b174945c08
commit
7d10f58795
7 changed files with 15 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-cache-etag">
|
||||
<refnamediv>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>etag</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Attempts to cache the sent entity by its ETag, either supplied or generated
|
||||
Attempts to cache the sent entity by its <literal>ETag</literal>, either supplied or generated
|
||||
by the hash algorithm specified by the &link.http.configuration;
|
||||
<link linkend="http.configuration.etag.mode">http.etag.mode</link>.
|
||||
</para>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<term><parameter>etag</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
custom ETag
|
||||
custom <literal>ETag</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-cache-last-modified">
|
||||
<refnamediv>
|
||||
|
@ -28,6 +28,7 @@
|
|||
<link linkend="http.configuration.log.cache">http.log.cache</link> is set
|
||||
and the cache attempt was successful.
|
||||
</para>
|
||||
¬e.http.send.API.mayuse;
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-send-content-disposition">
|
||||
<refnamediv>
|
||||
|
@ -14,8 +14,8 @@
|
|||
<methodparam choice="opt"><type>bool</type><parameter>inline = FALSE</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Send the Content-Disposition. The Content-Disposition header is very useful
|
||||
if the data actually sent came from a file or something similar, that should
|
||||
Send the <literal>Content-Disposition</literal>. The <literal>Content-Disposition</literal>
|
||||
header is very useful if the data actually sent came from a file or something similar, that should
|
||||
be "saved" by the client/user (i.e. by browsers "Save as..." popup window).
|
||||
</para>
|
||||
¬e.http.send.API;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-send-content-type">
|
||||
<refnamediv>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>content_type = 'application/x-octetstream'</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Send the Content-Type of the sent entity.
|
||||
Send the <literal>Content-Type</literal> of the sent entity.
|
||||
</para>
|
||||
¬e.http.send.API;
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-send-last-modified">
|
||||
<refnamediv>
|
||||
|
@ -13,9 +13,9 @@
|
|||
<methodparam choice="opt"><type>int</type><parameter>timestamp</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Send a <emphasis>Last-Modified</emphasis> header with a valid HTTP date.
|
||||
Send a <literal>Last-Modified</literal> header with a valid HTTP date.
|
||||
</para>
|
||||
¬e.http.send.API.mayuse;
|
||||
¬e.http.send.API;
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-send-stream">
|
||||
<refnamediv>
|
||||
|
@ -12,11 +12,9 @@
|
|||
<type>bool</type><methodname>http_send_stream</methodname>
|
||||
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
Sends an already opened stream with support for (multiple) range requests.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-throttle">
|
||||
<refnamediv>
|
||||
|
@ -13,7 +13,6 @@
|
|||
<methodparam choice="opt"><type>float</type><parameter>sec</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>bytes = 40960</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
Sets the throttle delay and send buffer size.
|
||||
</para>
|
||||
|
@ -22,7 +21,6 @@
|
|||
resp. thread until the entity has been completely sent.
|
||||
</para>
|
||||
¬e.http.send.API;
|
||||
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
|
Loading…
Reference in a new issue