past paticeple
Chat with our AI personalities
To list all the files in a directory you would use the following: $handle = opendir('/path/to/folder'); while(($file = readdir($handle)) !== false){ // do things with files // you will want to filter out things like ., .., and .htaccess echo $file; } Also, to return a list of all the files in a directory, especially with wildcards, use something such as: $file_array = glob("*"); $files = implode("\n", $file_array); echo $files; will give you a list of all the files directly.
There are infinitely many of them and so it is not possible to list them all.
That's an infinite list.
The second number is 86.
Such a list cannot exist, because there are an infinite number of such fractions.