Source of: /manual/en/function.gzputs.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.zlib.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.gzputs.php',
1 => 'gzputs',
),
'up' =>
array (
0 => 'ref.zlib.php',
1 => 'Zlib Functions',
),
'prev' =>
array (
0 => 'function.gzpassthru.php',
1 => 'gzpassthru',
),
'next' =>
array (
0 => 'function.gzread.php',
1 => 'gzread',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.gzputs" class="refentry">
<div class="refnamediv">
<h1 class="refname">gzputs</h1>
<p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">gzputs</span> — <span class="dc-title">Alias of <a href="function.gzwrite.php" class="function">gzwrite()</a></span></p>
</div>
<a name="function.gzputs.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<p class="simpara">
This function is an alias of:
<a href="function.gzwrite.php" class="function">gzwrite()</a>.
</p>
</div>
</div><?php manual_footer(); ?>