From 6dc2a7e5809ee43a40caac0c63bd12549d27b6a5 Mon Sep 17 00:00:00 2001 From: Banana Date: Fri, 8 Feb 2013 10:42:26 +0100 Subject: [PATCH] read recursive dir with php The RecursiveIterator interface --- .../recursive-dir-with-DirectoryIterator.php | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 single-functions/recursive-dir-with-DirectoryIterator.php 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 -- 2.39.5