Display the drop-down list

disk_free_space()

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