我有这个块,它在我的代码中一遍又一遍地出现,有细微的变化,我想使用一个函数,但据我所知,在编写函数时你设置了参数的数量,
我使用的代码块是
$type = $xml->response->williamhill->class->type;
$type_attrib = $type->attributes();
echo "<h2>".$type_attrib['name']."</h2>";
echo "<h2>".$type_attrib['url']."</h2>";
主要区别在于,通过 xml 文档向下钻取的第一行,它可能会在其他地方进一步向下钻取,这可能与函数有关吗?
IE。在某些地方可能需要看起来像这样:
$xml->response->williamhill->class->type->market->participant