php disk_total_space

后端 未结 5 1481
后悔当初
后悔当初 2021-01-21 11:04

i need help with disk_total_space function..

i have this on my code



        
5条回答
  •  既然无缘
    2021-01-21 11:21

    The comments on the function on PHP.net appear to indicate that this gives the space of the drive/partition $dir is in, not the size of $dir itself.

提交回复
热议问题