我在这里有这个
$smarty_versions = glob("php/Smarty-3.1.*", GLOB_NOSORT);
此输出
Array
(
[0] => php/Smarty-3.1.13
[1] => php/Smarty-3.1.19
[2] => php/Smarty-3.1.2
)
文件夹php文件夹看起来像
php/Smarty-3.1.2
php/Smarty-3.1.13
php/Smarty-3.1.19
为什么即使我使用GLOB_NOSORT,glob仍然会排序?