what is scandir() ?
Top Questions
www.w3answers.com
List files and directories inside the specified path
By default files order will be ascending
$f = scandir($direct, 1); it will display the files as descending order
www.w3answers.com
List files and directories inside the specified path
By default files order will be ascending
$f = scandir($direct, 1); it will display the files as descending order
Post new comment