How can I disable the Array text? Everything works fine, but the Array text of var_dump or at least print_r is not what I want.
array(1) { [0]=> string(21564) "Content" }
This is my code:
<?php
$url = "http://competitive.euw.leagueoflegends.com/de/ladders/euw/current/ranked_team_3x3";
preg_match('#<table class="views-table cols-6"[^>]+>[\w\W]*?</table>#i', file_get_contents($url), $match);
print_r($match);
?>
Array ( [0] => ) <--- This is the ugly part on it which has to be deleted
Life example to show the problem: http://bruteforce.tv/index.php/ladder