php-doc-en/reference/http/HttpInflateStream.xml

109 lines
3.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry xml:id="http.HttpInflateStream" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>HttpInflateStream</refname>
<refpurpose>HTTP Inflate Stream</refpurpose>
</refnamediv>
<refsynopsisdiv>
<synopsis>
class HttpInflateStream
</synopsis>
</refsynopsisdiv>
<refsect1 role="members" xml:id="http.HttpInflateStream.members">
<title>Class Members</title>
<refsect2 xml:id="http.HttpInflateStream.constants">
<title>Constants</title>
<table>
<title/>
<tgroup cols="3">
<thead>
<row>
<entry>Type</entry>
<entry>Name</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>int</entry>
<entry>FLUSH_NONE</entry>
<entry>no forced flush</entry>
</row>
<row>
<entry>int</entry>
<entry>FLUSH_SYNC</entry>
<entry>synching flush</entry>
</row>
<row>
<entry>int</entry>
<entry>FLUSH_FULL</entry>
<entry>full flush</entry>
</row>
</tbody>
</tgroup>
</table>
<note>
<para>
Flushing usually has no effect on inflate streams.
</para>
</note>
</refsect2>
<refsect2 xml:id="http.HttpInflateStream.methods">
&reftitle.methods;
<simplelist>
<member><link linkend="function.HttpInflateStream-factory"><classname>HttpInflateStream</classname>::<function>factory</function></link></member>
<member><link linkend="function.HttpInflateStream-construct"><classname>HttpInflateStream</classname>::<function>__construct</function></link></member>
<member><link linkend="function.HttpInflateStream-update"><classname>HttpInflateStream</classname>::<function>update</function></link></member>
<member><link linkend="function.HttpInflateStream-flush"><classname>HttpInflateStream</classname>::<function>flush</function></link></member>
<member><link linkend="function.HttpInflateStream-finish"><classname>HttpInflateStream</classname>::<function>finish</function></link></member>
</simplelist>
</refsect2>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title>A <classname>HttpInflateStream</classname> example</title>
<programlisting role="php">
<![CDATA[
<?php
$stream = new HttpInflateStream;
echo $stream->update($data);
echo $stream->finish();
?>
]]>
</programlisting>
</example>
</para>
</refsect1>
</refentry>
&reference.http.HttpInflateStream.factory;
&reference.http.HttpInflateStream.construct;
&reference.http.HttpInflateStream.update;
&reference.http.HttpInflateStream.flush;
&reference.http.HttpInflateStream.finish;
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->