Quantcast
Channel: Redips spideR Net» PHP
Viewing all articles
Browse latest Browse all 10

Find files with PHP

$
0
0
In PHP you can find files with function glob. The glob function searches for all the pathnames matching pattern according to the rules used by the libc glob function, which is similar to the rules used by common shells. It is nice, but it works for the current directory only. If you need function to search whole directory subtree, then it can be done with few lines more.

Viewing all articles
Browse latest Browse all 10

Trending Articles