txt.php 65 B

12345
  1. <?php
  2. foreach ($items as $item) {
  3. echo $item['loc']."\n";
  4. }