nikefido Posted January 17, 2008 Share Posted January 17, 2008 An actionscript developer I was talking to mentioned that he used PHP to "crawl" a directory (folder) and find its sub folders and files, etc etc. Can anyone point me in the right direction do start something like that in PHP? Just to satisfy my curiosity LMK if that's not clear or not something PHP can do. Much appreciated for any useful functions or articles! Quote Link to comment https://forums.phpfreaks.com/topic/86397-solved-point-me-in-the-right-direction-crawling-a-file-structure/ Share on other sites More sharing options...
teng84 Posted January 17, 2008 Share Posted January 17, 2008 <a href="http://www.php.net/manual/en/function.readdir.php"> readdir()</a> <a href="http://www.php.net/manual/en/function.opendir.php"> opendir()</a> <a href="http://www.php.net/manual/en/function.glob.php"> glob()</a> Quote Link to comment https://forums.phpfreaks.com/topic/86397-solved-point-me-in-the-right-direction-crawling-a-file-structure/#findComment-441484 Share on other sites More sharing options...
nikefido Posted January 17, 2008 Author Share Posted January 17, 2008 thanks, much apprec. Quote Link to comment https://forums.phpfreaks.com/topic/86397-solved-point-me-in-the-right-direction-crawling-a-file-structure/#findComment-441489 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.