<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.bzip2.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'ref.bzip2.php',
    1 => 'Функції Bzip2',
    2 => 'Функції Bzip2',
  ),
  'up' => 
  array (
    0 => 'book.bzip2.php',
    1 => 'Bzip2',
  ),
  'prev' => 
  array (
    0 => 'bzip2.examples.php',
    1 => 'Приклади',
  ),
  'next' => 
  array (
    0 => 'function.bzclose.php',
    1 => 'bzclose',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'reference/bzip2/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.bzip2.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.bzip2" class="reference">
 <h1 class="title">Функції Bzip2</h1>

 























































<h2>Зміст</h2><ul class="chunklist chunklist_reference"><li><a href="function.bzclose.php">bzclose</a> — Close a bzip2 file</li><li><a href="function.bzcompress.php">bzcompress</a> — Compress a string into bzip2 encoded data</li><li><a href="function.bzdecompress.php">bzdecompress</a> — Decompresses bzip2 encoded data</li><li><a href="function.bzerrno.php">bzerrno</a> — Returns a bzip2 error number</li><li><a href="function.bzerror.php">bzerror</a> — Returns the bzip2 error number and error string in an array</li><li><a href="function.bzerrstr.php">bzerrstr</a> — Returns a bzip2 error string</li><li><a href="function.bzflush.php">bzflush</a> — Do nothing</li><li><a href="function.bzopen.php">bzopen</a> — Opens a bzip2 compressed file</li><li><a href="function.bzread.php">bzread</a> — Binary safe bzip2 file read</li><li><a href="function.bzwrite.php">bzwrite</a> — Binary safe bzip2 file write</li></ul>
</div>
<?php manual_footer($setup); ?>