<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.bzip2.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'function.bzerrno.php',
    1 => 'bzerrno',
    2 => 'Retourne le code d\'erreur bzip2',
  ),
  'up' => 
  array (
    0 => 'ref.bzip2.php',
    1 => 'Bzip2 Fonctions',
  ),
  'prev' => 
  array (
    0 => 'function.bzdecompress.php',
    1 => 'bzdecompress',
  ),
  'next' => 
  array (
    0 => 'function.bzerror.php',
    1 => 'bzerror',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/bzip2/functions/bzerrno.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.bzerrno" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">bzerrno</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.0.4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">bzerrno</span> &mdash; <span class="dc-title">Retourne le code d&#039;erreur bzip2</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.bzerrno-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>bzerrno</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$bz</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="simpara">
   <span class="function"><strong>bzerrno()</strong></span> retourne le code d&#039;erreur
   du fichier bz2 représenté par le pointeur <code class="parameter">bz</code>.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.bzerrno-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <dl>
   
    <dt><code class="parameter">bz</code></dt>
    <dd>
     <span class="simpara">
      Le pointeur de fichier. Il doit être valide et doit pointer vers un fichier ouvert
      avec succès avec la fonction <span class="function"><a href="function.bzopen.php" class="function">bzopen()</a></span>.
     </span>
    </dd>
   
  </dl>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.bzerrno-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   Retourne le code d&#039;erreur sous la forme d&#039;un entier.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-function.bzerrno-seealso">
  <h3 class="title">Voir aussi</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.bzerror.php" class="function" rel="rdfs-seeAlso">bzerror()</a> - Retourne le num&eacute;ro et le message d'erreur bzip2 dans un tableau</span></li>
   <li><span class="function"><a href="function.bzerrstr.php" class="function" rel="rdfs-seeAlso">bzerrstr()</a> - Retourne le message d'erreur bzip2</span></li>
  </ul>
 </div>

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