From: Banana Date: Fri, 8 Feb 2013 09:42:26 +0000 (+0100) Subject: read recursive dir with php The RecursiveIterator interface X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=6dc2a7e5809ee43a40caac0c63bd12549d27b6a5;p=dolphin.git read recursive dir with php The RecursiveIterator interface --- diff --git a/single-functions/recursive-dir-with-DirectoryIterator.php b/single-functions/recursive-dir-with-DirectoryIterator.php new file mode 100644 index 0000000..45bfe25 --- /dev/null +++ b/single-functions/recursive-dir-with-DirectoryIterator.php @@ -0,0 +1,32 @@ +getPathName(); + } + + return $files; +} +?> \ No newline at end of file