From 2d0f43249010cd5f02140ed615194bb1a50bc79e Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 28 Jan 2003 01:48:57 +0000 Subject: 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. --- ext/standard/php_dir.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/standard/php_dir.h') 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 */ -- cgit v1.2.1