Re: something like grep
- From: Michael Fesser <netizen@xxxxxx>
- Date: Wed, 30 Jul 2008 01:16:39 +0200
..oO(petersprc)
You can use the opendir and readdir functions to traverse a directory
tree. There's an example in the doc at php.net/opendir.
Or use the various iterators of the SPL. They make it quite convenient
to loop through a directory and all that's beneath it if necessary.
Micha
.
Relevant Pages
- Re: something like grep
... Or use the various iterators of the SPL. ... To conveniently loop through an entire directory tree $path you would ... it simply loops through _all_ found entries and sub entries. ... (comp.lang.php) - Re: Is There a Java Class for this Kind of Data Structure?
... They can be affected by uncles/aunts, but NOT by siblings. ... I was looking into a tree because I thought that would be the easiest way to ... who in turn notify their dependents and so on. ... Right now I'm experimenting with a loop that I wouldn't actually label as ... (comp.lang.java.programmer) - Looping Through All Nodes In A VB.NET Tree View And Highlighting Them.
... highlight them as the loop is active. ... I have a function in my application that builds a tree view. ... populates the tree view with parent nodes. ... I now have a tree view with parent and children nodes. ... (microsoft.public.dotnet.languages.vb.controls) - Re: The Collatz discrete primes!
... doubling outside the loop. ... longer on the counter example tree than on the regular tree. ... example being pure or impure but my thought is that the ... smallest odd integer in the counter example path would have ... (sci.math) - Re: The Collatz discrete primes!
... doubling outside the loop. ... longer on the counter example tree than on the regular tree. ... example being pure or impure but my thought is that the ... smallest odd integer in the counter example path would have ... (sci.math) |
|