Forums
php : glob - Printable Version

+- Forums (https://zhtw.com/f)
+-- Forum: 分類 (https://zhtw.com/f/forumdisplay.php?fid=1)
+--- Forum: 程式語言 Programming language (https://zhtw.com/f/forumdisplay.php?fid=9)
+--- Thread: php : glob (/showthread.php?tid=34)



php : glob - admin - 2025-05-31

碼:
$tbfiles = glob('./0/tb_*.json');
rsort($tbfiles);
foreach ($tbfiles as $tbfile) {
  echo $tbfiles.
}