mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- no nead to wrap functions in links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232837 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2e8591032a
commit
dae401502f
4 changed files with 10 additions and 10 deletions
|
@ -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-get-request-body">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,7 @@
|
|||
</para>
|
||||
<para>
|
||||
This function can not be used after
|
||||
<link linkend="function.http-get-request-body-stream"><function>http_get_request_body_stream</function></link>
|
||||
<function>http_get_request_body_stream</function>
|
||||
if the request method was another than POST.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -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.ob-deflatehandler">
|
||||
<refnamediv>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
For use with <link linkend="function.ob-start"><function>ob_start</function></link>.
|
||||
For use with <function>ob_start</function>.
|
||||
</para>
|
||||
<para>
|
||||
The deflate output buffer handler can only be used once.
|
||||
|
|
|
@ -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.ob-etaghandler">
|
||||
<refnamediv>
|
||||
|
@ -14,14 +14,14 @@
|
|||
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
For use with <link linkend="function.ob-start"><function>ob_start</function></link>.
|
||||
For use with <function>ob_start</function>.
|
||||
</para>
|
||||
<para>
|
||||
Output buffer handler generating an ETag with the hash algorithm specified with the
|
||||
&link.http.configuration; <literal>http.etag.mode</literal>.
|
||||
</para>
|
||||
<para>
|
||||
This output handler is used by <link linkend="function.http-cache-etag"><function>http_cache_etag</function></link>.
|
||||
This output handler is used by <function>http_cache_etag</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -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.ob-inflatehandler">
|
||||
<refnamediv>
|
||||
|
@ -14,10 +14,10 @@
|
|||
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
For use with <link linkend="function.ob-start"><function>ob_start</function></link>.
|
||||
For use with <function>ob_start</function>.
|
||||
</para>
|
||||
<para>
|
||||
Same restrictions as with <link linkend="function.ob-deflatehandler"><function>ob_deflatehandler</function></link> apply.
|
||||
Same restrictions as with <function>ob_deflatehandler</function> apply.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue