= TRACEROUTE_LIMIT) { //We want to get the hop AT the last failure, so we should be doing - 1 $out[] = \"-- Route failure at \" . (count($out) - (TRACEROUTE_LIMIT - 1)) . \" hops --\"; break; } } $out[] = trim($str); } pclose($proc); return implode(\"\\n\", $out); } ?>