Searched refs:php_disk_free_space (Results 1 – 1 of 1) sorted by relevance
211 static int php_disk_free_space(char *path, double *space) /* {{{ */ in php_disk_free_space() function301 if (php_disk_free_space(fullpath, &bytesfree) == SUCCESS) { in PHP_FUNCTION()
Completed in 9 milliseconds