Exibir a lista drop-down

disk_total_space()

« disk_free_space | diskfreespace »
<?php
$float 
disk_total_space (
    
  // string $directory
);
?>
resultado
$float = false
Aviso PHP : disk_total_space(): No such file or directory
Exemplos
#1 disk_total_space  ("/")
#2 disk_total_space  ("C:")
#3 disk_total_space  ("D:")
Veja também
disk_free_space