Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds