mike Sun Apr 15 13:47:12 2007 UTC
Modified files: /phpdoc/en/reference/http/functions/caching http-cache-etag.xml /phpdoc/en/reference/http/functions/misc http-match-etag.xml http-match-request-header.xml /phpdoc/en/reference/http/functions/negotiation http-negotiate-charset.xml http-negotiate-content-type.xml http-negotiate-language.xml Log: - tiny bits
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/caching/http-cache-etag.xml?r1=1.7&r2=1.8&diff_format=u Index: phpdoc/en/reference/http/functions/caching/http-cache-etag.xml diff -u phpdoc/en/reference/http/functions/caching/http-cache-etag.xml:1.7 phpdoc/en/reference/http/functions/caching/http-cache-etag.xml:1.8 --- phpdoc/en/reference/http/functions/caching/http-cache-etag.xml:1.7 Thu Apr 5 18:16:49 2007 +++ phpdoc/en/reference/http/functions/caching/http-cache-etag.xml Sun Apr 15 13:47:12 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. --> <refentry id="function.http-cache-etag"> <refnamediv> @@ -113,6 +113,8 @@ <para> <simplelist> <member><function>http_cache_last_modified</function></member> + <member><function>ob_etaghandler</function></member> + <member><function>http_match_etag</function></member> <member>&http.response.class.php51;</member> </simplelist> </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/misc/http-match-etag.xml?r1=1.3&r2=1.4&diff_format=u Index: phpdoc/en/reference/http/functions/misc/http-match-etag.xml diff -u phpdoc/en/reference/http/functions/misc/http-match-etag.xml:1.3 phpdoc/en/reference/http/functions/misc/http-match-etag.xml:1.4 --- phpdoc/en/reference/http/functions/misc/http-match-etag.xml:1.3 Fri Apr 13 18:11:10 2007 +++ phpdoc/en/reference/http/functions/misc/http-match-etag.xml Sun Apr 15 13:47:12 2007 @@ -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-match-etag"> <refnamediv> @@ -10,11 +10,11 @@ &reftitle.description; <methodsynopsis> <type>bool</type><methodname>http_match_etag</methodname> - <methodparam choice="opt"><type>string</type><parameter>etag</parameter></methodparam> + <methodparam><type>string</type><parameter>etag</parameter></methodparam> <methodparam choice="opt"><type>bool</type><parameter>for_range = FALSE</parameter></methodparam> </methodsynopsis> <para> - Matches the given <emphasis>ETag</emphasis> against the clients <literal>If-Match</literal> resp. + Matches the given <literal>ETag</literal> against the clients <literal>If-Match</literal> resp. <literal>If-None-Match</literal> HTTP headers. </para> </refsect1> @@ -26,7 +26,7 @@ <term><parameter>etag</parameter></term> <listitem> <para> - The ETag to match + the <literal>ETag</literal> to match </para> </listitem> </varlistentry> @@ -34,7 +34,7 @@ <term><parameter>for_range</parameter></term> <listitem> <para> - If set to TRUE, the header usually used to validate HTTP ranges will be checked + if set to &true;, the header usually used to validate HTTP ranges will be checked </para> </listitem> </varlistentry> @@ -44,7 +44,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns TRUE if ETag matches or the header contained the asterisk ("*"), else FALSE. + Returns &true; if <literal>ETag</literal> matches or the header contained the asterisk ("*"), else &false;. </para> </refsect1> @@ -123,6 +123,7 @@ <member><function>http_match_request_header</function></member> <member><function>http_cache_etag</function></member> <member><function>http_cache_last_modified</function></member> + <member><function>ob_etaghandler</function></member> </simplelist> </para> </refsect1> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/misc/http-match-request-header.xml?r1=1.3&r2=1.4&diff_format=u Index: phpdoc/en/reference/http/functions/misc/http-match-request-header.xml diff -u phpdoc/en/reference/http/functions/misc/http-match-request-header.xml:1.3 phpdoc/en/reference/http/functions/misc/http-match-request-header.xml:1.4 --- phpdoc/en/reference/http/functions/misc/http-match-request-header.xml:1.3 Fri Apr 13 18:11:10 2007 +++ phpdoc/en/reference/http/functions/misc/http-match-request-header.xml Sun Apr 15 13:47:12 2007 @@ -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-match-request-header"> <refnamediv> @@ -11,7 +11,7 @@ <methodsynopsis> <type>bool</type><methodname>http_match_request_header</methodname> <methodparam><type>string</type><parameter>header</parameter></methodparam> - <methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam> + <methodparam><type>string</type><parameter>value</parameter></methodparam> <methodparam choice="opt"><type>bool</type><parameter>match_case = FALSE</parameter></methodparam> </methodsynopsis> <para> @@ -26,7 +26,7 @@ <term><parameter>header</parameter></term> <listitem> <para> - The header name (case-insensitive) + the header name (case-insensitive) </para> </listitem> </varlistentry> @@ -34,7 +34,7 @@ <term><parameter>value</parameter></term> <listitem> <para> - The header value that should be compared + the header value that should be compared </para> </listitem> </varlistentry> @@ -42,7 +42,7 @@ <term><parameter>match_case</parameter></term> <listitem> <para> - Whether the value should be compared case sensitively + whether the value should be compared case sensitively </para> </listitem> </varlistentry> @@ -52,7 +52,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns TRUE if header value matches, else FALSE. + Returns &true; if header value matches, else &false;. </para> </refsect1> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/negotiation/http-negotiate-charset.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/http/functions/negotiation/http-negotiate-charset.xml diff -u phpdoc/en/reference/http/functions/negotiation/http-negotiate-charset.xml:1.2 phpdoc/en/reference/http/functions/negotiation/http-negotiate-charset.xml:1.3 --- phpdoc/en/reference/http/functions/negotiation/http-negotiate-charset.xml:1.2 Wed Sep 6 20:40:38 2006 +++ phpdoc/en/reference/http/functions/negotiation/http-negotiate-charset.xml Sun Apr 15 13:47:12 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. --> <refentry id="function.http-negotiate-charset"> <refnamediv> @@ -10,7 +10,7 @@ &reftitle.description; <methodsynopsis> <type>string</type><methodname>http_negotiate_charset</methodname> - <methodparam choice="opt"><type>array</type><parameter>supported</parameter></methodparam> + <methodparam><type>array</type><parameter>supported</parameter></methodparam> <methodparam choice="opt"><type>array</type><parameter role="reference">result</parameter></methodparam> </methodsynopsis> <para> @@ -27,7 +27,7 @@ <term><parameter>supported</parameter></term> <listitem> <para> - Array containing the supported charsets as values + array containing the supported charsets as values </para> </listitem> </varlistentry> @@ -35,7 +35,7 @@ <term><parameter>result</parameter></term> <listitem> <para> - Will be filled with an array containing the negotiation results + will be filled with an array containing the negotiation results </para> </listitem> </varlistentry> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/negotiation/http-negotiate-content-type.xml?r1=1.1&r2=1.2&diff_format=u Index: phpdoc/en/reference/http/functions/negotiation/http-negotiate-content-type.xml diff -u phpdoc/en/reference/http/functions/negotiation/http-negotiate-content-type.xml:1.1 phpdoc/en/reference/http/functions/negotiation/http-negotiate-content-type.xml:1.2 --- phpdoc/en/reference/http/functions/negotiation/http-negotiate-content-type.xml:1.1 Sat Feb 17 15:56:03 2007 +++ phpdoc/en/reference/http/functions/negotiation/http-negotiate-content-type.xml Sun Apr 15 13:47:12 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. --> <refentry id="function.http-negotiate-content-type"> <refnamediv> @@ -10,7 +10,7 @@ &reftitle.description; <methodsynopsis> <type>string</type><methodname>http_negotiate_content_type</methodname> - <methodparam choice="opt"><type>array</type><parameter>supported</parameter></methodparam> + <methodparam><type>array</type><parameter>supported</parameter></methodparam> <methodparam choice="opt"><type>array</type><parameter role="reference">result</parameter></methodparam> </methodsynopsis> <para> @@ -27,7 +27,7 @@ <term><parameter>supported</parameter></term> <listitem> <para> - Array containing the supported content types as values + array containing the supported content types as values </para> </listitem> </varlistentry> @@ -35,7 +35,7 @@ <term><parameter>result</parameter></term> <listitem> <para> - Will be filled with an array containing the negotiation results + will be filled with an array containing the negotiation results </para> </listitem> </varlistentry> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/negotiation/http-negotiate-language.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/http/functions/negotiation/http-negotiate-language.xml diff -u phpdoc/en/reference/http/functions/negotiation/http-negotiate-language.xml:1.2 phpdoc/en/reference/http/functions/negotiation/http-negotiate-language.xml:1.3 --- phpdoc/en/reference/http/functions/negotiation/http-negotiate-language.xml:1.2 Wed Sep 6 20:40:38 2006 +++ phpdoc/en/reference/http/functions/negotiation/http-negotiate-language.xml Sun Apr 15 13:47:12 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. --> <refentry id="function.http-negotiate-language"> <refnamediv> @@ -10,7 +10,7 @@ &reftitle.description; <methodsynopsis> <type>string</type><methodname>http_negotiate_language</methodname> - <methodparam choice="opt"><type>array</type><parameter>supported</parameter></methodparam> + <methodparam><type>array</type><parameter>supported</parameter></methodparam> <methodparam choice="opt"><type>array</type><parameter role="reference">result</parameter></methodparam> </methodsynopsis> <para> @@ -28,7 +28,7 @@ <term><parameter>supported</parameter></term> <listitem> <para> - Array containing the supported languages as values + array containing the supported languages as values </para> </listitem> </varlistentry> @@ -36,7 +36,7 @@ <term><parameter>result</parameter></term> <listitem> <para> - Will be filled with an array containing the negotiation results + will be filled with an array containing the negotiation results </para> </listitem> </varlistentry>