Home
last modified time | relevance | path

Searched refs:php_disk_free_space (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Dfilestat.c208 static int php_disk_free_space(char *path, double *space) /* {{{ */ in php_disk_free_space() function
300 if (php_disk_free_space(fullpath, &bytesfree) == SUCCESS) { in PHP_FUNCTION()

Completed in 29 milliseconds