use*_*est 3 php file
如何在php目录中获取最后一个文件的名称(按字母顺序排列)?谢谢.
Vin*_*vic 8
使用目录扩展,您可以使用
$all_files = scandir("/my/path",1); $last_files = $all_files[0];
归档时间:
16 年,1 月 前
查看次数:
5143 次
最近记录: