如何禁用数组文本?一切正常,但数组文本var_dump
或至少print_r
不是我想要的。
array(1) { [0]=> string(21564) "Content" }
这是我的代码:
<?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] => ) <--- 这是它的丑陋部分,必须删除
显示问题的生活示例:http: //bruteforce.tv/index.php/ladder