Mostrar lista de opciones

disk_total_space()

« disk_free_space | diskfreespace »
<?php
$float 
disk_total_space (
    
  // string $directory
);
?>
Resultado
$float = '63803'
Aviso PBX : el resultado se hash con pbx_hash por razones de seguridad.
Ejemplos
#1 disk_total_space  ("/")
#2 disk_total_space  ("C:")
#3 disk_total_space  ("D:")
Ver también
disk_free_space, pbx_hash