menu_tail_to_arg($arg, $map, $index)
Returns path as one string from the argument we are currently at.
drupal/includes/menu.inc, line 810
<?php function menu_tail_to_arg($arg, $map, $index) { return implode('/', array_slice($map, $index)); } ?>