PHP コードを使用して templates_c ディレクトリ内のすべてのファイルを削除するにはどうすればよいですか? ディスカッションへの返信 (解決策) foreach(glob('templates_c/*') as $f) unlink($f);