Hallo
Ich habe einen array z.B.
Ich will denn sorteren und zwar so das der Array nach [file][][name] sortiert ist. Case Insensitive und absteigend
Code
Array
(
[file] => Array
(
[0] => Array
(
[type] => file
[name] => md5.php
[path] => /var/www/md5.php
[...] //noch mehr
)
[1] => Array
(
[type] => file
[name] => _test.txt
[path] => /var/www/_test.txt
[...] //noch mehr
)
...
Alles anzeigen
Code
//Beispiel ausgabe von den [file][*][name] Strings
.htaccess
3.php
10_bla.php
affe.png
Affe.png
z.txt
Kann mir da jemand helfen?