Почему Парсер пишет Array? Мне нужно получить ид вещей после goodsID="ЗДЕСЬ ИД"
<?php
define('_IN_JOHNCMS', 1);
$textl = 'ид';
$rootpath = '../';
require_once ('../incfiles/core.php');
require_once ('../incfiles/head.php');
header("Content-type:text/html; charset=utf-8");
?>
<?php
$ref = 'http://galaxy.mobstudio.ru/services/index.php?userID=37037945&password=*****&a=whois_goods&usercur=24859269&&kbv=127&lngg=ru&dbl=5';
$file_content = file_get_contents($ref);
preg_match_all('/(show_user_good_img&goodID=)((\d){1,12)(&source=whois_goods&:GET)/',$file_content,$good_id);
echo 'Ид Вещь: '.$good_id[2].'';
?>
<?php
require_once ('../incfiles/end.php');
?>