mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- reviewed functions/outputhandlers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233819 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
848e16b5a6
commit
553d6b673c
3 changed files with 19 additions and 24 deletions
|
@ -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.ob-deflatehandler">
|
||||
<refnamediv>
|
||||
|
@ -14,15 +14,17 @@
|
|||
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
For use with <function>ob_start</function>.
|
||||
&http.use.ob_start;
|
||||
</para>
|
||||
¬e.http.ob.once;
|
||||
<para>
|
||||
The deflate output buffer handler can only be used once.
|
||||
</para>
|
||||
<para>
|
||||
It conflicts with ob_gzhandler and zlib.output_compression as well and should
|
||||
not be used after ext/mbstrings mb_output_handler and ext/sessions URL-Rewriter (AKA
|
||||
session.use_trans_sid).
|
||||
It conflicts with <function>ob_gzhandler</function> and
|
||||
<link linkend="ref.zlib">zlib.output_compression</link> as well and should
|
||||
not be used after <link linkend="ref.mbstring">mbstring</link> extension's <function>mb_output_handler</function> and
|
||||
<link linkend="ref.session">session</link> extension's URL-Rewriter (AKA session.use_trans_sid).
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -93,17 +95,15 @@ Use the PEAR Coding Standards
|
|||
-->
|
||||
|
||||
|
||||
<!-- Use when adding See Also links
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function></function></member>
|
||||
<member>Or <link linkend="somethingelse">something else</link></member>
|
||||
<member><function>ob_inflatehandler</function></member>
|
||||
<member><function>ob_start</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
-->
|
||||
|
||||
|
||||
</refentry>
|
||||
|
|
|
@ -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.ob-etaghandler">
|
||||
<refnamediv>
|
||||
|
@ -14,11 +14,11 @@
|
|||
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
For use with <function>ob_start</function>.
|
||||
&http.use.ob_start;
|
||||
</para>
|
||||
<para>
|
||||
Output buffer handler generating an ETag with the hash algorithm specified with the
|
||||
&link.http.configuration; <literal>http.etag.mode</literal>.
|
||||
Output buffer handler generating an <literal>ETag</literal> with the hash algorithm
|
||||
specified with the &link.http.configuration; <link linkend="http.configuration.etag.mode">http.etag.mode</link>.
|
||||
</para>
|
||||
<para>
|
||||
This output handler is used by <function>http_cache_etag</function>.
|
||||
|
@ -92,17 +92,15 @@ Use the PEAR Coding Standards
|
|||
-->
|
||||
|
||||
|
||||
<!-- Use when adding See Also links
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function></function></member>
|
||||
<member>Or <link linkend="somethingelse">something else</link></member>
|
||||
<member><function>http_cache_etag</function></member>
|
||||
<member><function>http_match_etag</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
-->
|
||||
|
||||
|
||||
</refentry>
|
||||
|
|
|
@ -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.ob-inflatehandler">
|
||||
<refnamediv>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
For use with <function>ob_start</function>.
|
||||
&http.use.ob_start;
|
||||
</para>
|
||||
<para>
|
||||
Same restrictions as with <function>ob_deflatehandler</function> apply.
|
||||
|
@ -88,18 +88,15 @@ Use the PEAR Coding Standards
|
|||
-->
|
||||
|
||||
|
||||
<!-- Use when adding See Also links
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function></function></member>
|
||||
<member>Or <link linkend="somethingelse">something else</link></member>
|
||||
<member><function>ob_deflatehandler</function></member>
|
||||
<member><function>ob_start</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
-->
|
||||
|
||||
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue