<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'function.diskfreespace.php',
    1 => 'diskfreespace',
    2 => 'Alias de disk_free_space',
  ),
  'up' => 
  array (
    0 => 'ref.filesystem.php',
    1 => 'Funciones del Sistema de Archivos',
  ),
  'prev' => 
  array (
    0 => 'function.disk-total-space.php',
    1 => 'disk_total_space',
  ),
  'next' => 
  array (
    0 => 'function.fclose.php',
    1 => 'fclose',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/filesystem/functions/diskfreespace.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.diskfreespace" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">diskfreespace</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">diskfreespace</span> &mdash; <span class="dc-title">Alias de <span class="function"><a href="function.disk-free-space.php" class="function">disk_free_space()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.diskfreespace-description">
  <h3 class="title">Descripción</h3>
  <p class="simpara">
   Esta función es un alias de: 
   <span class="function"><a href="function.disk-free-space.php" class="function">disk_free_space()</a></span>.
  </p>
 </div>


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