2006-07-24 11:01:55 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-06-20 22:25:43 +00:00
|
|
|
<!-- $Revision: 1.3 $ -->
|
2006-07-24 11:01:55 +00:00
|
|
|
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<refentry xml:id="http.HttpInflateStream" xmlns="http://docbook.org/ns/docbook">
|
2006-07-24 11:01:55 +00:00
|
|
|
<refnamediv>
|
|
|
|
<refname>HttpInflateStream</refname>
|
|
|
|
<refpurpose>HTTP Inflate Stream</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
|
|
<synopsis>
|
|
|
|
class HttpInflateStream
|
|
|
|
</synopsis>
|
|
|
|
</refsynopsisdiv>
|
2007-06-20 22:25:43 +00:00
|
|
|
<refsect1 role="members" xml:id="http.HttpInflateStream.members">
|
2006-07-24 11:01:55 +00:00
|
|
|
<title>Class Members</title>
|
2007-06-20 22:25:43 +00:00
|
|
|
<refsect2 xml:id="http.HttpInflateStream.constants">
|
2006-07-24 11:01:55 +00:00
|
|
|
<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>
|
2007-06-20 22:25:43 +00:00
|
|
|
<refsect2 xml:id="http.HttpInflateStream.methods">
|
2006-07-24 11:01:55 +00:00
|
|
|
&reftitle.methods;
|
|
|
|
<simplelist>
|
2007-04-20 16:44:20 +00:00
|
|
|
<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>
|
2006-07-24 11:01:55 +00:00
|
|
|
<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>
|
2007-04-20 16:44:20 +00:00
|
|
|
<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>
|
2006-07-24 11:01:55 +00:00
|
|
|
</refentry>
|
|
|
|
|
2007-04-20 16:44:20 +00:00
|
|
|
&reference.http.HttpInflateStream.factory;
|
2006-07-24 11:01:55 +00:00
|
|
|
&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
|
|
|
|
-->
|