Input/Output Learning Mode

Which of the answers below best describes what the following script does?

<?php
echo number_format (disk_free_space ('c:\\') / disk_total_space('c:\\') * 100, 2) . '%';
?>