<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/phar.fileformat.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'phar.fileformat.flags.php',
    1 => 'Drapeaux &quot;bitmapp&eacute;s&quot; globaux du Phar',
    2 => 'Drapeaux &quot;bitmapp&eacute;s&quot; globaux du Phar',
  ),
  'up' => 
  array (
    0 => 'phar.fileformat.php',
    1 => 'Qu\'est-ce qui fait d\'un phar un phar et pas un tar ou un zip ?',
  ),
  'prev' => 
  array (
    0 => 'phar.fileformat.phar.php',
    1 => 'Le format de fichier Phar',
  ),
  'next' => 
  array (
    0 => 'phar.fileformat.manifestfile.php',
    1 => 'D&eacute;finition des entr&eacute;es du manifeste Phar',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/phar/fileformat.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="phar.fileformat.flags" class="section">
  <h2 class="title">Drapeaux &quot;bitmappés&quot; globaux du Phar</h2>
  <p class="para">
   Voici les drapeaux &quot;bitmappés&quot; actuellement reconnus par l&#039;extension Phar
   pour le bitmap plein global de Phar :
  </p>
  <p class="para">
   <table class="doctable table">
    <caption><strong>Valeurs de bitmap reconnues</strong></caption>
    
     <thead>
      <tr>
       <th>Valeur</th>
       <th>Description</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td><code class="literal">0x00010000</code></td>
       <td>Si présent, le Phar contient une signature de vérification</td>
      </tr>

      <tr>
       <td><code class="literal">0x00001000</code></td>
       <td>
        Si présent, le Phar contient au moins 1 fichier qui est
        compressé grâce à zlib DEFLATE
       </td>
      </tr>

      <tr>
       <td><code class="literal">0x00002000</code></td>
       <td>
        Si présent, le Phar contient au moins 1 fichier qui est
        compressé grâce à bzip2
       </td>
      </tr>

     </tbody>
    
   </table>

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