Display the text box

disk_total_space()

« disk_free_space | diskfreespace »
<?php
$float 
disk_total_space (
    
  // string $directory
);
?>
Result
$float = '63803'
PBX notice : the result is hashed with pbx_hash for security reasons.
Examples
#1 disk_total_space  ("/")
#2 disk_total_space  ("C:")
#3 disk_total_space  ("D:")
See also
disk_free_space, pbx_hash