Is it possible to get special Local Disk information from PHP?
问题 I am running my PHP code on my local computer,So ,I just want to know the PHP has any functions to get the local hard disk information.Such as the disk name , disk space,free space available .etc. Thank you very much!! 回答1: In addition, yes, it is possible to retrieve this information, because you can execute commands. There are a few PHP functions to retrieve information about the disk as well, check out the following links: disk_total_space( $directory ); disk_free_space( $directory );