|
Posted by Hendri Kurniawan on 01/05/07 05:28
Unless other people knows any other methods.
for($i = 0; $i < 1024; $i++) $fileName = readdir($dirHandler);
print $fileName;
Now if you know the file names, that is another matter.
Hendri Kurniawan
howa wrote:
> Hendri Kurniawan 寫道:
>
>> Yes...
>> See opendir, readdir, rand
>> And get creative
>>
>> Hendri Kurniawan
>>
>>
>> howa wrote:
>>> for example, there are 10K files in the directory,
>>>
>>> given that i don't know if files name, is it possible to fetch a file
>>> randomly?
>>>
>>> thanks.
>>>
>
> the problem is:
>
> there are too many files in the folder, e.g. over 10K or more, i don't
> want to list it
>
> but i know that it must contains 10K files, so it is possible to get ,
> say 1020th file under this folder?
>
Navigation:
[Reply to this message]
|