summaryrefslogtreecommitdiff
path: root/ext/standard/php_filestat.h
diff options
context:
space:
mode:
authorJon Parise <jon@php.net>2001-05-15 23:43:18 +0000
committerJon Parise <jon@php.net>2001-05-15 23:43:18 +0000
commit82b31fb7a3c28bf752c56ef8ba76f81859b42901 (patch)
tree45df179e83c844ba8aa2731aaeb1a524dadc3a4b /ext/standard/php_filestat.h
parent6c5db8d2d71154286fede9f30df1ed2cdde50573 (diff)
downloadphp-git-82b31fb7a3c28bf752c56ef8ba76f81859b42901.tar.gz
@ - Added disk_total_space() to return the total size of a filesystem.
@ (Patch from Steven Bower)
Diffstat (limited to 'ext/standard/php_filestat.h')
-rw-r--r--ext/standard/php_filestat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h
index 57e30c35b7..348324163f 100644
--- a/ext/standard/php_filestat.h
+++ b/ext/standard/php_filestat.h
@@ -43,6 +43,7 @@ PHP_FUNCTION(is_link);
PHP_FUNCTION(file_exists);
PHP_NAMED_FUNCTION(php_if_stat);
PHP_NAMED_FUNCTION(php_if_lstat);
+PHP_FUNCTION(disk_total_space);
PHP_FUNCTION(disk_free_space);
PHP_FUNCTION(chown);
PHP_FUNCTION(chgrp);