I am listing a directory, it appears that the files always come out from newest to oldest. Is this coincidence? an effect of the server or is it how readdir() works?
PHP.NET does not say either way.
-Pete
Code:
while (false !== ($file = readdir($handle)))
PHP.NET does not say either way.
-Pete