<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.phar.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'phar.getmodified.php',
    1 => 'Phar::getModified',
    2 => 'Indique si le fichier phar a &eacute;t&eacute; modifi&eacute;',
  ),
  'up' => 
  array (
    0 => 'class.phar.php',
    1 => 'Phar',
  ),
  'prev' => 
  array (
    0 => 'phar.getmetadata.php',
    1 => 'Phar::getMetadata',
  ),
  'next' => 
  array (
    0 => 'phar.getpath.php',
    1 => 'Phar::getPath',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/phar/Phar/getModified.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="phar.getmodified" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Phar::getModified</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL phar &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">Phar::getModified</span> &mdash; <span class="dc-title">Indique si le fichier phar a été modifié</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-phar.getmodified-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Phar::getModified</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>


  <p class="para rdfs-comment">
   Détermine si une archive phar a eu soit un fichier interne 
   effacé ou si le contenu d&#039;un fichier a changé
   d&#039;une façon ou d&#039;une autre.
  </p>

 </div>

 <div class="refsect1 parameters" id="refsect1-phar.getmodified-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">
   Aucun paramètre.
  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-phar.getmodified-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> si le phar a été modifié depuis son ouverture, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> sinon.
  </p>
 </div>


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