标签: php
scandir在数字和其他特殊字符后下划线: 如何按预期方式对目录进行排序?
$files = scandir($dir);
...分类到:
/first /first/,om /first/0go_for_it /first/1oho /first/2ond /first/_des /first/_des/go /first/_des/start /first/_mh /first/klassen /first/wow
答案 0 :(得分:1)
您无法对其进行任何操作,但您可以使用自己的算法使用uasort函数对结果进行排序