I have to list directories by using scandir() function but result array should be sorted according to date and time of directory created.
Regards Deepak
feedback
|
|
you could try backticks
and then use explode to get the into an array format | |||
|
feedback
|
|
Get results you need into an array and sort it... I'm not aware of a scandir option that can do this directly. | |||
|
feedback
|
|
Problem can be solved by using code sample:
| ||||
|
feedback
|