Source of: /manual/en/function.ob-inflatehandler.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.http.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.ob-inflatehandler.php',
1 => 'ob_inflatehandler',
),
'up' =>
array (
0 => 'ref.http.php',
1 => 'HTTP Functions',
),
'prev' =>
array (
0 => 'function.ob-etaghandler.php',
1 => 'ob_etaghandler',
),
'next' =>
array (
0 => 'function.http-parse-cookie.php',
1 => 'http_parse_cookie',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.ob-inflatehandler" class="refentry">
<div class="refnamediv">
<h1 class="refname">ob_inflatehandler</h1>
<p class="verinfo">(PECL pecl_http >= 0.21.0)</p><p class="refpurpose"><span class="refname">ob_inflatehandler</span> — <span class="dc-title">Inflate output handler</span></p>
</div>
<a name="function.ob-inflatehandler.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="type">string</span> <span class="methodname"><b>ob_inflatehandler</b></span>
( <span class="methodparam"><span class="type">string</span> <tt class="parameter">$data</tt></span>
, <span class="methodparam"><span class="type">int</span> <tt class="parameter">$mode</tt></span>
)</div>
<p class="para rdfs-comment">
For use with <a href="function.ob-start.php" class="function">ob_start()</a>.
</p>
<p class="para">
Same restrictions as with <a href="function.ob-deflatehandler.php" class="function">ob_deflatehandler()</a> apply.
</p>
</div>
<a name="function.ob-inflatehandler.seealso"></a><div class="refsect1 seealso">
<h3 class="title">See Also</h3>
<p class="para">
</p><ul class="simplelist">
<li class="member"><a href="function.ob-deflatehandler.php" class="function" rel="rdfs-seeAlso">ob_deflatehandler()</a> - Deflate output handler</li>
<li class="member"><a href="function.ob-start.php" class="function" rel="rdfs-seeAlso">ob_start()</a> - Turn on output buffering</li>
</ul><p>
</p>
</div>
</div><?php manual_footer(); ?>