summaryrefslogtreecommitdiff
path: root/ext/standard/php_dir.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-01-28 01:48:57 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-01-28 01:48:57 +0000
commit2d0f43249010cd5f02140ed615194bb1a50bc79e (patch)
treefa0af9733698dbbb7a3e3bf9170d061f6dad6baa /ext/standard/php_dir.h
parent38a3f33625813dcf3f66d50b36014a483eba12aa (diff)
downloadphp-git-2d0f43249010cd5f02140ed615194bb1a50bc79e.tar.gz
Added scandir() function, which allows quick retrieval of all files &
directories within the specified path and sort the output in alphabetical or reverse alphabetical order.
Diffstat (limited to 'ext/standard/php_dir.h')
-rw-r--r--ext/standard/php_dir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_dir.h b/ext/standard/php_dir.h
index 87015042bd..40c29ffd55 100644
--- a/ext/standard/php_dir.h
+++ b/ext/standard/php_dir.h
@@ -35,5 +35,6 @@ PHP_FUNCTION(rewinddir);
PHP_NAMED_FUNCTION(php_if_readdir);
PHP_FUNCTION(getdir);
PHP_FUNCTION(glob);
+PHP_FUNCTION(scandir);
#endif /* PHP_DIR_H */