scandir()????

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Blyant
Forum Newbie
Posts: 12
Joined: Fri Sep 30, 2005 8:14 am

scandir()????

Post by Blyant »

I'm new to PHP and have already had some great help from this forum! I was pointed in the direstion of scandir(); , and it seems exactly what I want to use but the php.net site lists it usage from PHP 5. My web hosts have PHP 4.4 installed.

Can someone please tell me what area I should look for the usage of scandir(), but will work in PHP 4.4?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

on php.net site they have a little section "SEE ALSO" which gives a list of related functions. In scandir()'s case..
Blyant
Forum Newbie
Posts: 12
Joined: Fri Sep 30, 2005 8:14 am

Post by Blyant »

I'll check it out, I didn't notice "See Also".

Thanks very much for your help.
Post Reply