Re: SPL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sunday 28 October 2007 07:27:53 you wrote:
> Børge Holen wrote:
> > I found this code at php.net witch needs very little modifications and
> > can do so much, but I can't figure out how to make it read alphabeticly
> > as mentioned
> >
> > 		$it = new RecursiveDirectoryIterator($_GET['location']);
> > 		foreach (new RecursiveIteratorIterator($it, 2) as $path){
> > 			if($path->isDir()){
> > 				// writing to some static file
> > 			}elseif(some unfinished statement){
> > 				fwrite($dynfile, "$path\n");
> > 			}else{
> > 				// writing to some static file
> > 			}
> > 		}
> >
> > I just... nothings keeping me from sorting the the dynfile after writing,
> > but also that seems to do the job twice instead of doing it correct the
> > first time.
> >
> >> -nathan
>
> I am trying to figure out what you are trying to do here.

The code is for recursiving directory structure.
Starting at a given location



-- 
---
Børge Holen
http://www.arivene.net

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux