<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.filesystem.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.is-file.php',
    1 => 'is_file',
    2 => 'Dice se il file &egrave; un file regolare',
  ),
  'up' => 
  array (
    0 => 'ref.filesystem.php',
    1 => 'Filesystem Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.is-executable.php',
    1 => 'is_executable',
  ),
  'next' => 
  array (
    0 => 'function.is-link.php',
    1 => 'is_link',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/filesystem/functions/is-file.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.is-file" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">is_file</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">is_file</span> &mdash; <span class="dc-title">Dice se il file è un file regolare</span></p>

   </div>
   <div class="refsect1 unknown-619" id="refsect1-function.is-file-unknown-619">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>is_file</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$filename</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

    <p class="para rdfs-comment">
     Restituisce <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> se il filename esiste ed è un file regolare.
    </p>
    <blockquote class="note"><p><strong class="note">Nota</strong>: <span class="simpara">I risultati di questa funzione 
saranno memorizzati. Vedere <span class="function"><a href="function.clearstatcache.php" class="function">clearstatcache()</a></span> per  
maggiori dettagli.</span></p></blockquote>
    
    <div class="tip"><strong class="tip">Suggerimento</strong><p class="simpara">A partire da <code class="literal">PHP 5.0.0</code>, questa funzione può essere utilizzata con
<em>alcuni</em> URL wrappers.  Fare riferimento a 
<a href="wrappers.php" class="xref">Supported Protocols and Wrappers</a> per la lista di quali wrappers supportano le funzioni della famiglia
<span class="function"><a href="function.stat.php" class="function">stat()</a></span>.</p></div>
    
    <p class="para">
     Vedere anche <span class="function"><a href="function.is-dir.php" class="function">is_dir()</a></span> e
     <span class="function"><a href="function.is-link.php" class="function">is_link()</a></span>.
    </p>
   </div>

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