Hi! Could we please enable some services and cookies to improve your experience and our website?
Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code
<?php
$files = [
'button.gif',
'back.gif',
'button-arrow.gif',
'arrow.gif',
'arrow-over.gif',
'dropdown_three.css',
'bg-head.jpg',
'smenu.gif',
'top_menu.png',
'china.',
'1.bmp',
'1.gif',
'logo.png',
'pngout.zip',
'tweakpng-1.4.3.zip',
];
sort($files, SORT_STRING | SORT_FLAG_CASE | SORT_NATURAL);
/*
for($i=2;$i<count($files);$i++) {
asort($files, SORT_STRING | SORT_FLAG_CASE | SORT_NATURAL);
}
*/
print_r ($files);