<?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.pclose.php',
    1 => 'pclose',
    2 => 'Chiude un puntatore ad un file di processo',
  ),
  'up' => 
  array (
    0 => 'ref.filesystem.php',
    1 => 'Filesystem Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.pathinfo.php',
    1 => 'pathinfo',
  ),
  'next' => 
  array (
    0 => 'function.popen.php',
    1 => 'popen',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/filesystem/functions/pclose.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.pclose" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">pclose</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">pclose</span> &mdash; <span class="dc-title">Chiude un puntatore ad un file di processo</span></p>

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

    <p class="para rdfs-comment"> 
     Chiude un puntatore ad una pipe aperto da
     <span class="function"><a href="function.popen.php" class="function">popen()</a></span>.
    </p> 
    <p class="para"> 
     Il puntatore deve essere valido e deve essere stato restituito da un
     chiamata a <span class="function"><a href="function.popen.php" class="function">popen()</a></span> terminata con successo.
    </p> 
    <p class="para">
     Restituisce lo stato di terminazione del processo che stava 
     girando.
    </p>
    <p class="para">
     Vedere anche <span class="function"><a href="function.popen.php" class="function">popen()</a></span>.
    </p>
   </div>

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