<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.phar.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'phar.creating.php',
    1 => 'Creating Phar Archives',
  ),
  'up' => 
  array (
    0 => 'book.phar.php',
    1 => 'Phar',
  ),
  'prev' => 
  array (
    0 => 'phar.using.object.php',
    1 => 'Using Phar Archives: the Phar and PharData class',
  ),
  'next' => 
  array (
    0 => 'phar.creating.intro.php',
    1 => 'Creating Phar Archives: Introduction',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/phar/creating.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/phar.creating.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="phar.creating" class="chapter">
 <h1 class="title">Creating Phar Archives</h1>
<h2>Índice</h2><ul class="chunklist chunklist_chapter"><li><a href="phar.creating.intro.php">Creating Phar Archives: Introduction</a></li></ul>


 
</div>
<?php manual_footer($setup); ?>