hello.php 61 B

12345
  1. <?php
  2. echo $identifier . '/';
  3. echo implode('/', $segments);