显示下拉菜单

disk_total_space()

« disk_free_space | diskfreespace »
<?php
$float 
disk_total_space (
    
  // string $directory
);
?>
结果
$float = '63803'
PBX notice : 该结果被散列以pbx_hash出于安全原因。
示例
#1 disk_total_space  ("/")
#2 disk_total_space  ("C:")
#3 disk_total_space  ("D:")
另请参阅
disk_free_space, pbx_hash